#C21618

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

Shades of Fire Engine Red #C21618

Tints of Fire Engine Red #C21618

Color information

#C21618 (or 0xC21618) is unknown color: approx Fire Engine Red. HEX triplet: C2, 16 and 18. RGB value is (194,22,24). Sum of RGB (Red+Green+Blue) = 194+22+24=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C21618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21618 is #3DE9E7. Grayscale: #494949. Windows color (decimal): -4057576 or 1578690. OLE color: 1578690.

HSL color Cylindrical-coordinate representation of color #C21618: hue angle of 359.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21618 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1942224-
CMYK00.890.880.24
HSL359.3º79.63%42.35%-
HSV(B)359.3º88.66%76.08%-
XYZ22.712.112.01-
YUV73.6699.98213.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 80.83%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 24 (9.77% from 255) = 10%
R=80.83%
G=9.17%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194222400.890.880.24359.379.6342.35
HexC216180595818167502a
Octal302263001311303054712052
Binary110000101011011000010110011011000110001011001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21618; }

 p { color: rgb(194,22,24); }

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

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

 a { background-color: rgb(194,22,24); }

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

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

 span { border-color: rgb(194,22,24); }

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