Html Css Color HEX #C4142C Fire Engine Red

📋 copy color: '#C4142C'

red 196 ◦ green 20 ◦ blue 44

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

Shades of Fire Engine Red #C4142C

Tints of Fire Engine Red #C4142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 75.38%
G = 7.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4142C (or 0xC4142C) is known color: Fire Engine Red. HEX triplet: C4, 14 and 2C. RGB value is (196,20,44). Sum of RGB (Red+Green+Blue) = 196+20+44=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4142C is #3BEBD3. Grayscale: #4B4B4B. Windows color (decimal): -3926996 or 2888900. OLE color: 2888900.

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

Color convert

RGB 196 20 44 -
CMYK 0 0.90 0.78 0.23
HSL 351.82º 0.81% 0.42% -
HSV(B) 351.82º 0.9% 0.77% -
XYZ 23.47 12.42 3.54 -
YUV 75.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 196 20 44 0 0.90 0.78 0.23 351.82 0.81 0.42
Hex C4 14 2C 0 5A 4E 17 160 51 2A
Octal 304 24 54 0 132 116 27 540 121 52
Binary 11000100 10100 101100 0 1011010 1001110 10111 101100000 1010001 101010

Color Harmonies of #C4142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4142C

Black with #C4142C

Text Example


Text Example

White with #C4142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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