#C21F26

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

Shades of Fire Engine Red #C21F26

Tints of Fire Engine Red #C21F26

Color information

#C21F26 (or 0xC21F26) is unknown color: approx Fire Engine Red. HEX triplet: C2, 1F and 26. RGB value is (194,31,38). Sum of RGB (Red+Green+Blue) = 194+31+38=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F26 is #3DE0D9. Grayscale: #505050. Windows color (decimal): -4055258 or 2498498. OLE color: 2498498.

HSL color Cylindrical-coordinate representation of color #C21F26: hue angle of 357.42º 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 #C21F26 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1943138-
CMYK00.840.800.24
HSL357.42º72.44%44.12%-
HSV(B)357.42º84.02%76.08%-
XYZ23.0912.593.05-
YUV80.54104208.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.76%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=73.76%
G=11.79%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194313800.840.800.24357.4272.4444.12
HexC21F260545018165482c
Octal302374601241203054511054
Binary1100001011111100110010101001010000110001011001011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F26; }

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

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

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

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

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

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

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

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