Html Css Color HEX #C4151C Fire Engine Red

📋 copy color: '#C4151C'

red 196 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #C4151C

Tints of Fire Engine Red #C4151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 80%
G = 8.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4151C (or 0xC4151C) is known color: Fire Engine Red. HEX triplet: C4, 15 and 1C. RGB value is (196,21,28). Sum of RGB (Red+Green+Blue) = 196+21+28=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4151C is #3BEAE3. Grayscale: #4A4A4A. Windows color (decimal): -3926756 or 1840580. OLE color: 1840580.

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

Color convert

RGB 196 21 28 -
CMYK 0 0.89 0.86 0.23
HSL 357.6º 0.81% 0.43% -
HSV(B) 357.6º 0.89% 0.77% -
XYZ 23.24 12.36 2.26 -
YUV 74.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 196 21 28 0 0.89 0.86 0.23 357.6 0.81 0.43
Hex C4 15 1C 0 59 56 17 166 51 2B
Octal 304 25 34 0 131 126 27 546 121 53
Binary 11000100 10101 11100 0 1011001 1010110 10111 101100110 1010001 101011

Color Harmonies of #C4151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4151C

Black with #C4151C

Text Example


Text Example

White with #C4151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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