#C02519

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

Shades of Fire Brick #C02519

Tints of Fire Brick #C02519

Color information

#C02519 (or 0xC02519) is unknown color: approx Fire Brick. HEX triplet: C0, 25 and 19. RGB value is (192,37,25). Sum of RGB (Red+Green+Blue) = 192+37+25=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C02519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02519 is #3FDAE6. Grayscale: #525252. Windows color (decimal): -4184807 or 1648064. OLE color: 1648064.

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

Color convert

RGB1923725-
CMYK00.810.870.25
HSL4.31º76.96%42.55%-
HSV(B)4.31º86.98%75.29%-
XYZ22.5812.62.16-
YUV81.9895.85206.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.59%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=75.59%
G=14.57%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192372500.810.870.254.3176.9642.55
HexC02519051571944d2b
Octal3004531012112731411553
Binary1100000010010111001010100011010111110011001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02519; }

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

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

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

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

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

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

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

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