Html Css Color HEX #C4112B Fire Engine Red

📋 copy color: '#C4112B'

red 196 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #C4112B

Tints of Fire Engine Red #C4112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 76.56%
G = 6.64%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4112B (or 0xC4112B) is known color: Fire Engine Red. HEX triplet: C4, 11 and 2B. RGB value is (196,17,43). Sum of RGB (Red+Green+Blue) = 196+17+43=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4112B is #3BEED4. Grayscale: #494949. Windows color (decimal): -3927765 or 2822596. OLE color: 2822596.

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

Color convert

RGB 196 17 43 -
CMYK 0 0.91 0.78 0.23
HSL 351.28º 0.84% 0.42% -
HSV(B) 351.28º 0.91% 0.77% -
XYZ 23.4 12.31 3.43 -
YUV 73.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 196 17 43 0 0.91 0.78 0.23 351.28 0.84 0.42
Hex C4 11 2B 0 5B 4E 17 15F 54 2A
Octal 304 21 53 0 133 116 27 537 124 52
Binary 11000100 10001 101011 0 1011011 1001110 10111 101011111 1010100 101010

Color Harmonies of #C4112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4112B

Black with #C4112B

Text Example


Text Example

White with #C4112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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