Html Css Color HEX #C40F1F Fire Engine Red

📋 copy color: '#C40F1F'

red 196 ◦ green 15 ◦ blue 31

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

Shades of Fire Engine Red #C40F1F

Tints of Fire Engine Red #C40F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

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

R = 80.99%
G = 6.2%
B = 12.81%

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

#C40F1F (or 0xC40F1F) is known color: Fire Engine Red. HEX triplet: C4, 0F and 1F. RGB value is (196,15,31). Sum of RGB (Red+Green+Blue) = 196+15+31=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F1F is #3BF0E0. Grayscale: #474747. Windows color (decimal): -3928289 or 2035652. OLE color: 2035652.

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

Color convert

RGB 196 15 31 -
CMYK 0 0.92 0.84 0.23
HSL 354.7º 0.86% 0.41% -
HSV(B) 354.7º 0.92% 0.77% -
XYZ 23.18 12.18 2.42 -
YUV 70.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 196 15 31 0 0.92 0.84 0.23 354.7 0.86 0.41
Hex C4 F 1F 0 5C 54 17 163 56 29
Octal 304 17 37 0 134 124 27 543 126 51
Binary 11000100 1111 11111 0 1011100 1010100 10111 101100011 1010110 101001

Color Harmonies of #C40F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F1F

Black with #C40F1F

Text Example


Text Example

White with #C40F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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