#C21F24

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

Shades of Fire Engine Red #C21F24

Tints of Fire Engine Red #C21F24

Color information

#C21F24 (or 0xC21F24) is unknown color: approx Fire Engine Red. HEX triplet: C2, 1F and 24. RGB value is (194,31,36). Sum of RGB (Red+Green+Blue) = 194+31+36=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F24 is #3DE0DB. Grayscale: #505050. Windows color (decimal): -4055260 or 2367426. OLE color: 2367426.

HSL color Cylindrical-coordinate representation of color #C21F24: hue angle of 358.16º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F24 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1943136-
CMYK00.840.810.24
HSL358.16º72.44%44.12%-
HSV(B)358.16º84.02%76.08%-
XYZ23.0612.582.88-
YUV80.31103209.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.33%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=74.33%
G=11.88%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194313600.840.810.24358.1672.4444.12
HexC21F240545118166482c
Octal302374401241213054611054
Binary1100001011111100100010101001010001110001011001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F24; }

 p { color: rgb(194,31,36); }

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

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

 a { background-color: rgb(194,31,36); }

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

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

 span { border-color: rgb(194,31,36); }

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