Html Css Color HEX #C4092C Fire Engine Red

📋 copy color: '#C4092C'

red 196 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #C4092C

Tints of Fire Engine Red #C4092C

RGB

 RED value IS 196 (76.95% from 255) = 78.71%

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 78.71%
G = 3.61%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4092C (or 0xC4092C) is known color: Fire Engine Red. HEX triplet: C4, 09 and 2C. RGB value is (196,9,44). Sum of RGB (Red+Green+Blue) = 196+9+44=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C4092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4092C is #3BF6D3. Grayscale: #444444. Windows color (decimal): -3929812 or 2886084. OLE color: 2886084.

HSL color Cylindrical-coordinate representation of color #C4092C: hue angle of 348.77º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4092C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 44 -
CMYK 0 0.95 0.78 0.23
HSL 348.77º 0.91% 0.4% -
HSV(B) 348.77º 0.95% 0.77% -
XYZ 23.32 12.11 3.49 -
YUV 68.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 196 9 44 0 0.95 0.78 0.23 348.77 0.91 0.4
Hex C4 9 2C 0 5F 4E 17 15D 5B 28
Octal 304 11 54 0 137 116 27 535 133 50
Binary 11000100 1001 101100 0 1011111 1001110 10111 101011101 1011011 101000

Color Harmonies of #C4092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4092C

Black with #C4092C

Text Example


Text Example

White with #C4092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4092C; }

 p { color: rgb(196,9,44); }

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

background-color css

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

 a { background-color: rgb(196,9,44); }

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

border-color css

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

 span { border-color: rgb(196,9,44); }

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