Html Css Color HEX #C4101F Fire Engine Red

📋 copy color: '#C4101F'

red 196 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #C4101F

Tints of Fire Engine Red #C4101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 80.66%
G = 6.58%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4101F (or 0xC4101F) is known color: Fire Engine Red. HEX triplet: C4, 10 and 1F. RGB value is (196,16,31). Sum of RGB (Red+Green+Blue) = 196+16+31=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4101F is #3BEFE0. Grayscale: #474747. Windows color (decimal): -3928033 or 2035908. OLE color: 2035908.

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

Color convert

RGB 196 16 31 -
CMYK 0 0.92 0.84 0.23
HSL 355º 0.85% 0.42% -
HSV(B) 355º 0.92% 0.77% -
XYZ 23.2 12.21 2.43 -
YUV 71.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 196 16 31 0 0.92 0.84 0.23 355 0.85 0.42
Hex C4 10 1F 0 5C 54 17 163 55 2A
Octal 304 20 37 0 134 124 27 543 125 52
Binary 11000100 10000 11111 0 1011100 1010100 10111 101100011 1010101 101010

Color Harmonies of #C4101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4101F

Black with #C4101F

Text Example


Text Example

White with #C4101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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