Html Css Color HEX #C4072B Fire Engine Red

📋 copy color: '#C4072B'

red 196 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #C4072B

Tints of Fire Engine Red #C4072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 79.67%
G = 2.85%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4072B (or 0xC4072B) is known color: Fire Engine Red. HEX triplet: C4, 07 and 2B. RGB value is (196,7,43). Sum of RGB (Red+Green+Blue) = 196+7+43=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C4072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4072B is #3BF8D4. Grayscale: #434343. Windows color (decimal): -3930325 or 2820036. OLE color: 2820036.

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

Color convert

RGB 196 7 43 -
CMYK 0 0.96 0.78 0.23
HSL 348.57º 0.93% 0.4% -
HSV(B) 348.57º 0.96% 0.77% -
XYZ 23.28 12.06 3.39 -
YUV 67.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 196 7 43 0 0.96 0.78 0.23 348.57 0.93 0.4
Hex C4 7 2B 0 60 4E 17 15D 5D 28
Octal 304 7 53 0 140 116 27 535 135 50
Binary 11000100 111 101011 0 1100000 1001110 10111 101011101 1011101 101000

Color Harmonies of #C4072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4072B

Black with #C4072B

Text Example


Text Example

White with #C4072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4072B; }

 p { color: rgb(196,7,43); }

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

background-color css

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

 a { background-color: rgb(196,7,43); }

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

border-color css

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

 span { border-color: rgb(196,7,43); }

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