#C01A17

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

Shades of Fire Brick #C01A17

Tints of Fire Brick #C01A17

Color information

#C01A17 (or 0xC01A17) is unknown color: approx Fire Brick. HEX triplet: C0, 1A and 17. RGB value is (192,26,23). Sum of RGB (Red+Green+Blue) = 192+26+23=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01A17 is #3FE5E8. Grayscale: #4B4B4B. Windows color (decimal): -4187625 or 1514176. OLE color: 1514176.

HSL color Cylindrical-coordinate representation of color #C01A17: hue angle of 1.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01A17 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1922623-
CMYK00.860.880.25
HSL1.07º78.6%42.16%-
HSV(B)1.07º88.02%75.29%-
XYZ22.2612.011.95-
YUV75.2998.5211.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 79.67%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=79.67%
G=10.79%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192262300.860.880.251.0778.642.16
HexC01A17056581914f2a
Octal3003227012613031111752
Binary1100000011010101110101011010110001100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01A17; }

 p { color: rgb(192,26,23); }

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

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

 a { background-color: rgb(192,26,23); }

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

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

 span { border-color: rgb(192,26,23); }

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