Html Css Color HEX #C01524 Fire Engine Red

📋 copy color: '#C01524'

red 192 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #C01524

Tints of Fire Engine Red #C01524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 77.11%
G = 8.43%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C01524 (or 0xC01524) is known color: Fire Engine Red. HEX triplet: C0, 15 and 24. RGB value is (192,21,36). Sum of RGB (Red+Green+Blue) = 192+21+36=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01524 is #3FEADB. Grayscale: #494949. Windows color (decimal): -4188892 or 2364864. OLE color: 2364864.

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

Color convert

RGB 192 21 36 -
CMYK 0 0.89 0.81 0.25
HSL 354.74º 0.8% 0.42% -
HSV(B) 354.74º 0.89% 0.75% -
XYZ 22.32 11.87 2.78 -
YUV 73.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 192 21 36 0 0.89 0.81 0.25 354.74 0.8 0.42
Hex C0 15 24 0 59 51 19 163 50 2A
Octal 300 25 44 0 131 121 31 543 120 52
Binary 11000000 10101 100100 0 1011001 1010001 11001 101100011 1010000 101010

Color Harmonies of #C01524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01524

Black with #C01524

Text Example


Text Example

White with #C01524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01524; }

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

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

background-color css

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

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

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

border-color css

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

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

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