Html Css Color HEX #C4101E Fire Engine Red

📋 copy color: '#C4101E'

red 196 ◦ green 16 ◦ blue 30

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

Shades of Fire Engine Red #C4101E

Tints of Fire Engine Red #C4101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 80.99%
G = 6.61%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4101E (or 0xC4101E) is known color: Fire Engine Red. HEX triplet: C4, 10 and 1E. RGB value is (196,16,30). Sum of RGB (Red+Green+Blue) = 196+16+30=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4101E is #3BEFE1. Grayscale: #474747. Windows color (decimal): -3928034 or 1970372. OLE color: 1970372.

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

Color convert

RGB 196 16 30 -
CMYK 0 0.92 0.85 0.23
HSL 355.33º 0.85% 0.42% -
HSV(B) 355.33º 0.92% 0.77% -
XYZ 23.18 12.2 2.36 -
YUV 71.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 196 16 30 0 0.92 0.85 0.23 355.33 0.85 0.42
Hex C4 10 1E 0 5C 55 17 163 55 2A
Octal 304 20 36 0 134 125 27 543 125 52
Binary 11000100 10000 11110 0 1011100 1010101 10111 101100011 1010101 101010

Color Harmonies of #C4101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4101E

Black with #C4101E

Text Example


Text Example

White with #C4101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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