Html Css Color HEX #C01421 Fire Engine Red

📋 copy color: '#C01421'

red 192 ◦ green 20 ◦ blue 33

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

Shades of Fire Engine Red #C01421

Tints of Fire Engine Red #C01421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 78.37%
G = 8.16%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C01421 (or 0xC01421) is known color: Fire Engine Red. HEX triplet: C0, 14 and 21. RGB value is (192,20,33). Sum of RGB (Red+Green+Blue) = 192+20+33=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01421 is #3FEBDE. Grayscale: #494949. Windows color (decimal): -4189151 or 2168000. OLE color: 2168000.

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

Color convert

RGB 192 20 33 -
CMYK 0 0.90 0.83 0.25
HSL 355.47º 0.81% 0.42% -
HSV(B) 355.47º 0.9% 0.75% -
XYZ 22.26 11.82 2.55 -
YUV 72.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 192 20 33 0 0.90 0.83 0.25 355.47 0.81 0.42
Hex C0 14 21 0 5A 53 19 163 51 2A
Octal 300 24 41 0 132 123 31 543 121 52
Binary 11000000 10100 100001 0 1011010 1010011 11001 101100011 1010001 101010

Color Harmonies of #C01421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01421

Black with #C01421

Text Example


Text Example

White with #C01421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01421; }

 p { color: rgb(192,20,33); }

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

background-color css

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

 a { background-color: rgb(192,20,33); }

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

border-color css

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

 span { border-color: rgb(192,20,33); }

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