Html Css Color HEX #C4151E Fire Engine Red

📋 copy color: '#C4151E'

red 196 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #C4151E

Tints of Fire Engine Red #C4151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 79.35%
G = 8.5%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4151E (or 0xC4151E) is known color: Fire Engine Red. HEX triplet: C4, 15 and 1E. RGB value is (196,21,30). Sum of RGB (Red+Green+Blue) = 196+21+30=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4151E is #3BEAE1. Grayscale: #4A4A4A. Windows color (decimal): -3926754 or 1971652. OLE color: 1971652.

HSL color Cylindrical-coordinate representation of color #C4151E: hue angle of 356.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4151E is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 30 -
CMYK 0 0.89 0.85 0.23
HSL 356.91º 0.81% 0.43% -
HSV(B) 356.91º 0.89% 0.77% -
XYZ 23.27 12.37 2.39 -
YUV 74.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 196 21 30 0 0.89 0.85 0.23 356.91 0.81 0.43
Hex C4 15 1E 0 59 55 17 165 51 2B
Octal 304 25 36 0 131 125 27 545 121 53
Binary 11000100 10101 11110 0 1011001 1010101 10111 101100101 1010001 101011

Color Harmonies of #C4151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4151E

Black with #C4151E

Text Example


Text Example

White with #C4151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4151E; }

 p { color: rgb(196,21,30); }

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

background-color css

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

 a { background-color: rgb(196,21,30); }

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

border-color css

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

 span { border-color: rgb(196,21,30); }

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