Html Css Color HEX #C4141C Fire Engine Red

📋 copy color: '#C4141C'

red 196 ◦ green 20 ◦ blue 28

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

Shades of Fire Engine Red #C4141C

Tints of Fire Engine Red #C4141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

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

R = 80.33%
G = 8.2%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4141C (or 0xC4141C) is known color: Fire Engine Red. HEX triplet: C4, 14 and 1C. RGB value is (196,20,28). Sum of RGB (Red+Green+Blue) = 196+20+28=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4141C is #3BEBE3. Grayscale: #494949. Windows color (decimal): -3927012 or 1840324. OLE color: 1840324.

HSL color Cylindrical-coordinate representation of color #C4141C: hue angle of 357.27º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4141C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 28 -
CMYK 0 0.90 0.86 0.23
HSL 357.27º 0.81% 0.42% -
HSV(B) 357.27º 0.9% 0.77% -
XYZ 23.22 12.32 2.25 -
YUV 73.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 196 20 28 0 0.90 0.86 0.23 357.27 0.81 0.42
Hex C4 14 1C 0 5A 56 17 165 51 2A
Octal 304 24 34 0 132 126 27 545 121 52
Binary 11000100 10100 11100 0 1011010 1010110 10111 101100101 1010001 101010

Color Harmonies of #C4141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4141C

Black with #C4141C

Text Example


Text Example

White with #C4141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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