Html Css Color HEX #9C1829 Bright Red

📋 copy color: '#9C1829'

red 156 ◦ green 24 ◦ blue 41

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

Shades of Bright Red #9C1829

Tints of Bright Red #9C1829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 70.59%
G = 10.86%
B = 18.55%

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

#9C1829 (or 0x9C1829) is known color: Bright Red. HEX triplet: 9C, 18 and 29. RGB value is (156,24,41). Sum of RGB (Red+Green+Blue) = 156+24+41=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1829 is #63E7D6. Grayscale: #414141. Windows color (decimal): -6547415 or 2693276. OLE color: 2693276.

HSL color Cylindrical-coordinate representation of color #9C1829: hue angle of 352.27º 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 #9C1829 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 24 41 -
CMYK 0 0.85 0.74 0.39
HSL 352.27º 0.73% 0.35% -
HSV(B) 352.27º 0.85% 0.61% -
XYZ 14.44 7.88 2.86 -
YUV 65.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 156 24 41 0 0.85 0.74 0.39 352.27 0.73 0.35
Hex 9C 18 29 0 55 4A 27 160 49 23
Octal 234 30 51 0 125 112 47 540 111 43
Binary 10011100 11000 101001 0 1010101 1001010 100111 101100000 1001001 100011

Color Harmonies of #9C1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1829

Black with #9C1829

Text Example


Text Example

White with #9C1829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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