Html Css Color HEX #C01422 Fire Engine Red

📋 copy color: '#C01422'

red 192 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #C01422

Tints of Fire Engine Red #C01422

RGB

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

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

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

R = 78.05%
G = 8.13%
B = 13.82%

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

#C01422 (or 0xC01422) is known color: Fire Engine Red. HEX triplet: C0, 14 and 22. RGB value is (192,20,34). Sum of RGB (Red+Green+Blue) = 192+20+34=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01422 is #3FEBDD. Grayscale: #494949. Windows color (decimal): -4189150 or 2233536. OLE color: 2233536.

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

Color convert

RGB 192 20 34 -
CMYK 0 0.90 0.82 0.25
HSL 355.12º 0.81% 0.42% -
HSV(B) 355.12º 0.9% 0.75% -
XYZ 22.28 11.82 2.62 -
YUV 73.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 192 20 34 0 0.90 0.82 0.25 355.12 0.81 0.42
Hex C0 14 22 0 5A 52 19 163 51 2A
Octal 300 24 42 0 132 122 31 543 121 52
Binary 11000000 10100 100010 0 1011010 1010010 11001 101100011 1010001 101010

Color Harmonies of #C01422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01422

Black with #C01422

Text Example


Text Example

White with #C01422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01422; }

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

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

background-color css

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

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

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

border-color css

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

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

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