#C91621

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

Shades of Fire Engine Red #C91621

Tints of Fire Engine Red #C91621

Color information

#C91621 (or 0xC91621) is unknown color: approx Fire Engine Red. HEX triplet: C9, 16 and 21. RGB value is (201,22,33). Sum of RGB (Red+Green+Blue) = 201+22+33=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91621 is #36E9DE. Grayscale: #4C4C4C. Windows color (decimal): -3598815 or 2168521. OLE color: 2168521.

HSL color Cylindrical-coordinate representation of color #C91621: hue angle of 356.31º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91621 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2012233-
CMYK00.890.840.21
HSL356.31º80.27%43.73%-
HSV(B)356.31º89.05%78.82%-
XYZ24.6513.12.67-
YUV76.77103.3216.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.52%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=78.52%
G=8.59%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201223300.890.840.21356.3180.2743.73
HexC916210595415164502c
Octal311264101311242554412054
Binary1100100110110100001010110011010100101011011001001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91621; }

 p { color: rgb(201,22,33); }

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

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

 a { background-color: rgb(201,22,33); }

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

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

 span { border-color: rgb(201,22,33); }

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