Html Css Color HEX #C4112A Fire Engine Red

📋 copy color: '#C4112A'

red 196 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C4112A

Tints of Fire Engine Red #C4112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 76.86%
G = 6.67%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4112A (or 0xC4112A) is known color: Fire Engine Red. HEX triplet: C4, 11 and 2A. RGB value is (196,17,42). Sum of RGB (Red+Green+Blue) = 196+17+42=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C4112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4112A is #3BEED5. Grayscale: #494949. Windows color (decimal): -3927766 or 2757060. OLE color: 2757060.

HSL color Cylindrical-coordinate representation of color #C4112A: hue angle of 351.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4112A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 42 -
CMYK 0 0.91 0.79 0.23
HSL 351.62º 0.84% 0.42% -
HSV(B) 351.62º 0.91% 0.77% -
XYZ 23.38 12.3 3.33 -
YUV 73.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 196 17 42 0 0.91 0.79 0.23 351.62 0.84 0.42
Hex C4 11 2A 0 5B 4F 17 160 54 2A
Octal 304 21 52 0 133 117 27 540 124 52
Binary 11000100 10001 101010 0 1011011 1001111 10111 101100000 1010100 101010

Color Harmonies of #C4112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4112A

Black with #C4112A

Text Example


Text Example

White with #C4112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4112A; }

 p { color: rgb(196,17,42); }

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

background-color css

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

 a { background-color: rgb(196,17,42); }

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

border-color css

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

 span { border-color: rgb(196,17,42); }

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