#C02014

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

Shades of Fire Brick #C02014

Tints of Fire Brick #C02014

Color information

#C02014 (or 0xC02014) is unknown color: approx Fire Brick. HEX triplet: C0, 20 and 14. RGB value is (192,32,20). Sum of RGB (Red+Green+Blue) = 192+32+20=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C02014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02014 is #3FDFEB. Grayscale: #4E4E4E. Windows color (decimal): -4186092 or 1319104. OLE color: 1319104.

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

Color convert

RGB1923220-
CMYK00.830.900.25
HSL4.19º81.13%41.57%-
HSV(B)4.19º89.58%75.29%-
XYZ22.3812.291.85-
YUV78.4795.01208.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 78.69%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=78.69%
G=13.11%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192322000.830.900.254.1981.1341.57
HexC020140535A194512a
Octal3004024012313231412152
Binary1100000010000010100010100111011010110011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02014; }

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

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

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

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

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

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

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

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