Html Css Color HEX #C01322 Fire Engine Red

📋 copy color: '#C01322'

red 192 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #C01322

Tints of Fire Engine Red #C01322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 78.37%
G = 7.76%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01322 (or 0xC01322) is known color: Fire Engine Red. HEX triplet: C0, 13 and 22. RGB value is (192,19,34). Sum of RGB (Red+Green+Blue) = 192+19+34=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01322 is #3FECDD. Grayscale: #484848. Windows color (decimal): -4189406 or 2233280. OLE color: 2233280.

HSL color Cylindrical-coordinate representation of color #C01322: hue angle of 354.8º 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 #C01322 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 34 -
CMYK 0 0.90 0.82 0.25
HSL 354.8º 0.82% 0.41% -
HSV(B) 354.8º 0.9% 0.75% -
XYZ 22.26 11.79 2.62 -
YUV 72.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 192 19 34 0 0.90 0.82 0.25 354.8 0.82 0.41
Hex C0 13 22 0 5A 52 19 163 52 29
Octal 300 23 42 0 132 122 31 543 122 51
Binary 11000000 10011 100010 0 1011010 1010010 11001 101100011 1010010 101001

Color Harmonies of #C01322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01322

Black with #C01322

Text Example


Text Example

White with #C01322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01322; }

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

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

background-color css

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

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

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

border-color css

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

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

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