Html Css Color HEX #C01D1F Fire Engine Red

📋 copy color: '#C01D1F'

red 192 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #C01D1F

Tints of Fire Engine Red #C01D1F

RGB

 RED value IS 192 (75.39% from 255) = 76.19%

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 76.19%
G = 11.51%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C01D1F (or 0xC01D1F) is known color: Fire Engine Red. HEX triplet: C0, 1D and 1F. RGB value is (192,29,31). Sum of RGB (Red+Green+Blue) = 192+29+31=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01D1F is #3FE2E0. Grayscale: #4E4E4E. Windows color (decimal): -4186849 or 2039232. OLE color: 2039232.

HSL color Cylindrical-coordinate representation of color #C01D1F: hue angle of 359.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 31 -
CMYK 0 0.85 0.84 0.25
HSL 359.26º 0.74% 0.43% -
HSV(B) 359.26º 0.85% 0.75% -
XYZ 22.42 12.18 2.47 -
YUV 77.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 192 29 31 0 0.85 0.84 0.25 359.26 0.74 0.43
Hex C0 1D 1F 0 55 54 19 167 4A 2B
Octal 300 35 37 0 125 124 31 547 112 53
Binary 11000000 11101 11111 0 1010101 1010100 11001 101100111 1001010 101011

Color Harmonies of #C01D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D1F

Black with #C01D1F

Text Example


Text Example

White with #C01D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D1F; }

 p { color: rgb(192,29,31); }

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

background-color css

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

 a { background-color: rgb(192,29,31); }

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

border-color css

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

 span { border-color: rgb(192,29,31); }

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