Html Css Color HEX #9C1231 Bright Red

📋 copy color: '#9C1231'

red 156 ◦ green 18 ◦ blue 49

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

Shades of Bright Red #9C1231

Tints of Bright Red #9C1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 69.96%
G = 8.07%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C1231 (or 0x9C1231) is known color: Bright Red. HEX triplet: 9C, 12 and 31. RGB value is (156,18,49). Sum of RGB (Red+Green+Blue) = 156+18+49=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1231 is #63EDCE. Grayscale: #3E3E3E. Windows color (decimal): -6548943 or 3216028. OLE color: 3216028.

HSL color Cylindrical-coordinate representation of color #9C1231: hue angle of 346.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1231 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 18 49 -
CMYK 0 0.88 0.69 0.39
HSL 346.52º 0.79% 0.34% -
HSV(B) 346.52º 0.88% 0.61% -
XYZ 14.48 7.72 3.63 -
YUV 62.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 156 18 49 0 0.88 0.69 0.39 346.52 0.79 0.34
Hex 9C 12 31 0 58 45 27 15B 4F 22
Octal 234 22 61 0 130 105 47 533 117 42
Binary 10011100 10010 110001 0 1011000 1000101 100111 101011011 1001111 100010

Color Harmonies of #9C1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1231

Black with #9C1231

Text Example


Text Example

White with #9C1231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,18,49); }

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

background-color css

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

 a { background-color: rgb(156,18,49); }

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

border-color css

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

 span { border-color: rgb(156,18,49); }

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