Html Css Color HEX #C01224 Fire Engine Red

📋 copy color: '#C01224'

red 192 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #C01224

Tints of Fire Engine Red #C01224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

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

R = 78.05%
G = 7.32%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C01224 (or 0xC01224) is known color: Fire Engine Red. HEX triplet: C0, 12 and 24. RGB value is (192,18,36). Sum of RGB (Red+Green+Blue) = 192+18+36=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01224 is #3FEDDB. Grayscale: #484848. Windows color (decimal): -4189660 or 2364096. OLE color: 2364096.

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

Color convert

RGB 192 18 36 -
CMYK 0 0.91 0.81 0.25
HSL 353.79º 0.83% 0.41% -
HSV(B) 353.79º 0.91% 0.75% -
XYZ 22.27 11.77 2.77 -
YUV 72.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 192 18 36 0 0.91 0.81 0.25 353.79 0.83 0.41
Hex C0 12 24 0 5B 51 19 162 53 29
Octal 300 22 44 0 133 121 31 542 123 51
Binary 11000000 10010 100100 0 1011011 1010001 11001 101100010 1010011 101001

Color Harmonies of #C01224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01224

Black with #C01224

Text Example


Text Example

White with #C01224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01224; }

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

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

background-color css

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

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

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

border-color css

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

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

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