#C21422

Color #C21422 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C21422

Tints of Fire Engine Red #C21422

Color information

#C21422 (or 0xC21422) is unknown color: approx Fire Engine Red. HEX triplet: C2, 14 and 22. RGB value is (194,20,34). Sum of RGB (Red+Green+Blue) = 194+20+34=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C21422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21422 is #3DEBDD. Grayscale: #494949. Windows color (decimal): -4058078 or 2233538. OLE color: 2233538.

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

Color convert

RGB1942034-
CMYK00.900.820.24
HSL355.17º81.31%41.96%-
HSV(B)355.17º89.69%76.08%-
XYZ22.7912.092.65-
YUV73.62105.65213.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 78.23%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=78.23%
G=8.06%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194203400.900.820.24355.1781.3141.96
HexC2142205A5218163512a
Octal302244201321223054312152
Binary1100001010100100010010110101010010110001011000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21422; }

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

 H1.HeaderClassName
 {
   color: #C21422;
 }
 .AnyTagClassName
 {
   color: #C21422;
 }
</style>
background-color css

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

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

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

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

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

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