Html Css Color HEX #C01321 Fire Engine Red

📋 copy color: '#C01321'

red 192 ◦ green 19 ◦ blue 33

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

Shades of Fire Engine Red #C01321

Tints of Fire Engine Red #C01321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 78.69%
G = 7.79%
B = 13.52%

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

#C01321 (or 0xC01321) is known color: Fire Engine Red. HEX triplet: C0, 13 and 21. RGB value is (192,19,33). Sum of RGB (Red+Green+Blue) = 192+19+33=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C01321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01321 is #3FECDE. Grayscale: #484848. Windows color (decimal): -4189407 or 2167744. OLE color: 2167744.

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

Color convert

RGB 192 19 33 -
CMYK 0 0.90 0.83 0.25
HSL 355.14º 0.82% 0.41% -
HSV(B) 355.14º 0.9% 0.75% -
XYZ 22.25 11.78 2.54 -
YUV 72.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 192 19 33 0 0.90 0.83 0.25 355.14 0.82 0.41
Hex C0 13 21 0 5A 53 19 163 52 29
Octal 300 23 41 0 132 123 31 543 122 51
Binary 11000000 10011 100001 0 1011010 1010011 11001 101100011 1010010 101001

Color Harmonies of #C01321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01321

Black with #C01321

Text Example


Text Example

White with #C01321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01321; }

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

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

background-color css

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

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

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

border-color css

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

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

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