#C21726

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

Shades of Fire Engine Red #C21726

Tints of Fire Engine Red #C21726

Color information

#C21726 (or 0xC21726) is unknown color: approx Fire Engine Red. HEX triplet: C2, 17 and 26. RGB value is (194,23,38). Sum of RGB (Red+Green+Blue) = 194+23+38=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21726 is #3DE8D9. Grayscale: #4B4B4B. Windows color (decimal): -4057306 or 2496450. OLE color: 2496450.

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

Color convert

RGB1942338-
CMYK00.880.800.24
HSL354.74º78.8%42.55%-
HSV(B)354.74º88.14%76.08%-
XYZ22.912.222.99-
YUV75.84106.65212.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.08%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=76.08%
G=9.02%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194233800.880.800.24354.7478.842.55
HexC2172605850181634f2b
Octal302274601301203054311753
Binary1100001010111100110010110001010000110001011000111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21726; }

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

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

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

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

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

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

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

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