Html Css Color HEX #C9232C Fire Engine Red

📋 copy color: '#C9232C'

red 201 ◦ green 35 ◦ blue 44

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

Shades of Fire Engine Red #C9232C

Tints of Fire Engine Red #C9232C

RGB

 RED value IS 201 (78.91% from 255) = 71.79%

 GREEN value IS 35 (14.06% from 255) = 12.5%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 71.79%
G = 12.5%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9232C (or 0xC9232C) is known color: Fire Engine Red. HEX triplet: C9, 23 and 2C. RGB value is (201,35,44). Sum of RGB (Red+Green+Blue) = 201+35+44=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9232C is #36DCD3. Grayscale: #555555. Windows color (decimal): -3595476 or 2892745. OLE color: 2892745.

HSL color Cylindrical-coordinate representation of color #C9232C: hue angle of 356.75º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9232C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 44 -
CMYK 0 0.83 0.78 0.21
HSL 356.75º 0.7% 0.46% -
HSV(B) 356.75º 0.83% 0.79% -
XYZ 25.14 13.8 3.72 -
YUV 85.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 201 35 44 0 0.83 0.78 0.21 356.75 0.7 0.46
Hex C9 23 2C 0 53 4E 15 165 46 2E
Octal 311 43 54 0 123 116 25 545 106 56
Binary 11001001 100011 101100 0 1010011 1001110 10101 101100101 1000110 101110

Color Harmonies of #C9232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9232C

Black with #C9232C

Text Example


Text Example

White with #C9232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9232C; }

 p { color: rgb(201,35,44); }

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

background-color css

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

 a { background-color: rgb(201,35,44); }

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

border-color css

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

 span { border-color: rgb(201,35,44); }

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