Html Css Color HEX #C4102C Fire Engine Red

📋 copy color: '#C4102C'

red 196 ◦ green 16 ◦ blue 44

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

Shades of Fire Engine Red #C4102C

Tints of Fire Engine Red #C4102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 76.56%
G = 6.25%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4102C (or 0xC4102C) is known color: Fire Engine Red. HEX triplet: C4, 10 and 2C. RGB value is (196,16,44). Sum of RGB (Red+Green+Blue) = 196+16+44=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4102C is #3BEFD3. Grayscale: #494949. Windows color (decimal): -3928020 or 2887876. OLE color: 2887876.

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

Color convert

RGB 196 16 44 -
CMYK 0 0.92 0.78 0.23
HSL 350.67º 0.85% 0.42% -
HSV(B) 350.67º 0.92% 0.77% -
XYZ 23.4 12.29 3.52 -
YUV 73.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 196 16 44 0 0.92 0.78 0.23 350.67 0.85 0.42
Hex C4 10 2C 0 5C 4E 17 15F 55 2A
Octal 304 20 54 0 134 116 27 537 125 52
Binary 11000100 10000 101100 0 1011100 1001110 10111 101011111 1010101 101010

Color Harmonies of #C4102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4102C

Black with #C4102C

Text Example


Text Example

White with #C4102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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