#C21725

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

Shades of Fire Engine Red #C21725

Tints of Fire Engine Red #C21725

Color information

#C21725 (or 0xC21725) is unknown color: approx Fire Engine Red. HEX triplet: C2, 17 and 25. RGB value is (194,23,37). Sum of RGB (Red+Green+Blue) = 194+23+37=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21725 is #3DE8DA. Grayscale: #4B4B4B. Windows color (decimal): -4057307 or 2430914. OLE color: 2430914.

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

Color convert

RGB1942337-
CMYK00.880.810.24
HSL355.09º78.8%42.55%-
HSV(B)355.09º88.14%76.08%-
XYZ22.8912.222.9-
YUV75.73106.15212.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.38%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=76.38%
G=9.06%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194233700.880.810.24355.0978.842.55
HexC2172505851181634f2b
Octal302274501301213054311753
Binary1100001010111100101010110001010001110001011000111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21725; }

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

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

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

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

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

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

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

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