Html Css Color HEX #9C1828 Bright Red

📋 copy color: '#9C1828'

red 156 ◦ green 24 ◦ blue 40

#9C1828
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #9C1828

Tints of Bright Red #9C1828

RGB

 RED value IS 156 (61.33% from 255) = 70.91%

 GREEN value IS 24 (9.77% from 255) = 10.91%

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 70.91%
G = 10.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C1828 (or 0x9C1828) is known color: Bright Red. HEX triplet: 9C, 18 and 28. RGB value is (156,24,40). Sum of RGB (Red+Green+Blue) = 156+24+40=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1828 is #63E7D7. Grayscale: #414141. Windows color (decimal): -6547416 or 2627740. OLE color: 2627740.

HSL color Cylindrical-coordinate representation of color #9C1828: hue angle of 352.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1828 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 24 40 -
CMYK 0 0.85 0.74 0.39
HSL 352.73º 0.73% 0.35% -
HSV(B) 352.73º 0.85% 0.61% -
XYZ 14.42 7.87 2.77 -
YUV 65.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 156 24 40 0 0.85 0.74 0.39 352.73 0.73 0.35
Hex 9C 18 28 0 55 4A 27 161 49 23
Octal 234 30 50 0 125 112 47 541 111 43
Binary 10011100 11000 101000 0 1010101 1001010 100111 101100001 1001001 100011

Color Harmonies of #9C1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1828

Black with #9C1828

Text Example


Text Example

White with #9C1828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,40); }

 H1.HeaderClassName
 {
   color: #9C1828;
 }
 .AnyTagClassName
 {
   color: #9C1828;
 }
</style>

background-color css

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

 a { background-color: rgb(156,24,40); }

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

border-color css

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

 span { border-color: rgb(156,24,40); }

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