Html Css Color HEX #C4121F Fire Engine Red

📋 copy color: '#C4121F'

red 196 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #C4121F

Tints of Fire Engine Red #C4121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 80%
G = 7.35%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4121F (or 0xC4121F) is known color: Fire Engine Red. HEX triplet: C4, 12 and 1F. RGB value is (196,18,31). Sum of RGB (Red+Green+Blue) = 196+18+31=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4121F is #3BEDE0. Grayscale: #484848. Windows color (decimal): -3927521 or 2036420. OLE color: 2036420.

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

Color convert

RGB 196 18 31 -
CMYK 0 0.91 0.84 0.23
HSL 355.62º 0.83% 0.42% -
HSV(B) 355.62º 0.91% 0.77% -
XYZ 23.23 12.27 2.44 -
YUV 72.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 196 18 31 0 0.91 0.84 0.23 355.62 0.83 0.42
Hex C4 12 1F 0 5B 54 17 164 53 2A
Octal 304 22 37 0 133 124 27 544 123 52
Binary 11000100 10010 11111 0 1011011 1010100 10111 101100100 1010011 101010

Color Harmonies of #C4121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4121F

Black with #C4121F

Text Example


Text Example

White with #C4121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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