Html Css Color HEX #C01E24 Fire Engine Red

📋 copy color: '#C01E24'

red 192 ◦ green 30 ◦ blue 36

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

Shades of Fire Engine Red #C01E24

Tints of Fire Engine Red #C01E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 74.42%
G = 11.63%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C01E24 (or 0xC01E24) is known color: Fire Engine Red. HEX triplet: C0, 1E and 24. RGB value is (192,30,36). Sum of RGB (Red+Green+Blue) = 192+30+36=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E24 is #3FE1DB. Grayscale: #4F4F4F. Windows color (decimal): -4186588 or 2367168. OLE color: 2367168.

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

Color convert

RGB 192 30 36 -
CMYK 0 0.84 0.81 0.25
HSL 357.78º 0.73% 0.44% -
HSV(B) 357.78º 0.84% 0.75% -
XYZ 22.52 12.26 2.85 -
YUV 79.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 192 30 36 0 0.84 0.81 0.25 357.78 0.73 0.44
Hex C0 1E 24 0 54 51 19 166 49 2C
Octal 300 36 44 0 124 121 31 546 111 54
Binary 11000000 11110 100100 0 1010100 1010001 11001 101100110 1001001 101100

Color Harmonies of #C01E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E24

Black with #C01E24

Text Example


Text Example

White with #C01E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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