Html Css Color HEX #C01D1E Fire Engine Red

📋 copy color: '#C01D1E'

red 192 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #C01D1E

Tints of Fire Engine Red #C01D1E

RGB

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

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

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

R = 76.49%
G = 11.55%
B = 11.95%

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

#C01D1E (or 0xC01D1E) is known color: Fire Engine Red. HEX triplet: C0, 1D and 1E. RGB value is (192,29,30). Sum of RGB (Red+Green+Blue) = 192+29+30=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01D1E is #3FE2E1. Grayscale: #4E4E4E. Windows color (decimal): -4186850 or 1973696. OLE color: 1973696.

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

Color convert

RGB 192 29 30 -
CMYK 0 0.85 0.84 0.25
HSL 359.63º 0.74% 0.43% -
HSV(B) 359.63º 0.85% 0.75% -
XYZ 22.41 12.18 2.4 -
YUV 77.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 192 29 30 0 0.85 0.84 0.25 359.63 0.74 0.43
Hex C0 1D 1E 0 55 54 19 168 4A 2B
Octal 300 35 36 0 125 124 31 550 112 53
Binary 11000000 11101 11110 0 1010101 1010100 11001 101101000 1001010 101011

Color Harmonies of #C01D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D1E

Black with #C01D1E

Text Example


Text Example

White with #C01D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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