#9C2638

Color #9C2638 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9C2638

Tints of Bright Red #9C2638

Color information

#9C2638 (or 0x9C2638) is unknown color: approx Bright Red. HEX triplet: 9C, 26 and 38. RGB value is (156,38,56). Sum of RGB (Red+Green+Blue) = 156+38+56=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2638 is #63D9C7. Grayscale: #4B4B4B. Windows color (decimal): -6543816 or 3679900. OLE color: 3679900.

HSL color Cylindrical-coordinate representation of color #9C2638: hue angle of 350.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2638 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1563856-
CMYK00.760.640.39
HSL350.85º60.82%38.04%-
HSV(B)350.85º75.64%61.18%-
XYZ15.128.744.63-
YUV75.33117.09185.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=62.4%
G=15.2%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156385600.760.640.39350.8560.8238.04
Hex9C263804C402715f3d26
Octal23446700114100475377546
Binary10011100100110111000010011001000000100111101011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2638; }

 p { color: rgb(156,38,56); }

 H1.HeaderClassName
 {
   color: #9C2638;
 }
 .AnyTagClassName
 {
   color: #9C2638;
 }
</style>
background-color css

<style>
 a { background-color: #9C2638; }

 a { background-color: rgb(156,38,56); }

 div.DivClassName
 {
   background-color: #9C2638;
 }
 .BgClassName
 {
   background-color: #9C2638;
 }
</style>
border-color css

<style>
 span { border-color: #9C2638; }

 span { border-color: rgb(156,38,56); }

 td.TdClassName
 {
   border-color: #9C2638;
 }
 .TagClassName
 {
   border-color: #9C2638;
 }
</style>