#C02025

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

Shades of Fire Engine Red #C02025

Tints of Fire Engine Red #C02025

Color information

#C02025 (or 0xC02025) is unknown color: approx Fire Engine Red. HEX triplet: C0, 20 and 25. RGB value is (192,32,37). Sum of RGB (Red+Green+Blue) = 192+32+37=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02025 is #3FDFDA. Grayscale: #505050. Windows color (decimal): -4186075 or 2433216. OLE color: 2433216.

HSL color Cylindrical-coordinate representation of color #C02025: hue angle of 358.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02025 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1923237-
CMYK00.830.810.25
HSL358.12º71.43%43.92%-
HSV(B)358.12º83.33%75.29%-
XYZ22.5912.372.95-
YUV80.41103.51207.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.56%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=73.56%
G=12.26%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192323700.830.810.25358.1271.4343.92
HexC020250535119166472c
Octal300404501231213154610754
Binary11000000100000100101010100111010001110011011001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02025; }

 p { color: rgb(192,32,37); }

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

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

 a { background-color: rgb(192,32,37); }

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

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

 span { border-color: rgb(192,32,37); }

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