Html Css Color HEX #C01C1E Fire Engine Red

📋 copy color: '#C01C1E'

red 192 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #C01C1E

Tints of Fire Engine Red #C01C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

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

R = 76.8%
G = 11.2%
B = 12%

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

#C01C1E (or 0xC01C1E) is known color: Fire Engine Red. HEX triplet: C0, 1C and 1E. RGB value is (192,28,30). Sum of RGB (Red+Green+Blue) = 192+28+30=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C1E is #3FE3E1. Grayscale: #4D4D4D. Windows color (decimal): -4187106 or 1973440. OLE color: 1973440.

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

Color convert

RGB 192 28 30 -
CMYK 0 0.85 0.84 0.25
HSL 359.27º 0.75% 0.43% -
HSV(B) 359.27º 0.85% 0.75% -
XYZ 22.39 12.13 2.39 -
YUV 77.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 192 28 30 0 0.85 0.84 0.25 359.27 0.75 0.43
Hex C0 1C 1E 0 55 54 19 167 4B 2B
Octal 300 34 36 0 125 124 31 547 113 53
Binary 11000000 11100 11110 0 1010101 1010100 11001 101100111 1001011 101011

Color Harmonies of #C01C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C1E

Black with #C01C1E

Text Example


Text Example

White with #C01C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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