Html Css Color HEX #C4092D Fire Engine Red

📋 copy color: '#C4092D'

red 196 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #C4092D

Tints of Fire Engine Red #C4092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 78.4%
G = 3.6%
B = 18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4092D (or 0xC4092D) is known color: Fire Engine Red. HEX triplet: C4, 09 and 2D. RGB value is (196,9,45). Sum of RGB (Red+Green+Blue) = 196+9+45=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C4092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4092D is #3BF6D2. Grayscale: #454545. Windows color (decimal): -3929811 or 2951620. OLE color: 2951620.

HSL color Cylindrical-coordinate representation of color #C4092D: hue angle of 348.45º 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 #C4092D is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 45 -
CMYK 0 0.95 0.77 0.23
HSL 348.45º 0.91% 0.4% -
HSV(B) 348.45º 0.95% 0.77% -
XYZ 23.34 12.12 3.59 -
YUV 69.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 196 9 45 0 0.95 0.77 0.23 348.45 0.91 0.4
Hex C4 9 2D 0 5F 4D 17 15C 5B 28
Octal 304 11 55 0 137 115 27 534 133 50
Binary 11000100 1001 101101 0 1011111 1001101 10111 101011100 1011011 101000

Color Harmonies of #C4092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4092D

Black with #C4092D

Text Example


Text Example

White with #C4092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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