#C21022

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

Shades of Fire Engine Red #C21022

Tints of Fire Engine Red #C21022

Color information

#C21022 (or 0xC21022) is unknown color: approx Fire Engine Red. HEX triplet: C2, 10 and 22. RGB value is (194,16,34). Sum of RGB (Red+Green+Blue) = 194+16+34=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C21022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21022 is #3DEFDD. Grayscale: #474747. Windows color (decimal): -4059102 or 2232514. OLE color: 2232514.

HSL color Cylindrical-coordinate representation of color #C21022: hue angle of 353.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21022 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1941634-
CMYK00.920.820.24
HSL353.93º84.76%41.18%-
HSV(B)353.93º91.75%76.08%-
XYZ22.7211.962.62-
YUV71.27106.97215.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.51%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 34 (13.67% from 255) = 13.93%
R=79.51%
G=6.56%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194163400.920.820.24353.9384.7641.18
HexC2102205C52181625529
Octal302204201341223054212551
Binary1100001010000100010010111001010010110001011000101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21022; }

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

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

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

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

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

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

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

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