#C01614

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

Shades of Fire Brick #C01614

Tints of Fire Brick #C01614

Color information

#C01614 (or 0xC01614) is unknown color: approx Fire Brick. HEX triplet: C0, 16 and 14. RGB value is (192,22,20). Sum of RGB (Red+Green+Blue) = 192+22+20=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01614 is #3FE9EB. Grayscale: #484848. Windows color (decimal): -4188652 or 1316544. OLE color: 1316544.

HSL color Cylindrical-coordinate representation of color #C01614: hue angle of 0.7º 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 #C01614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1922220-
CMYK00.890.900.25
HSL0.7º81.13%41.57%-
HSV(B)0.7º89.58%75.29%-
XYZ22.1511.831.78-
YUV72.698.32213.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 82.05%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=82.05%
G=9.40%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192222000.890.900.250.781.1341.57
HexC016140595A191512a
Octal3002624013113231112152
Binary1100000010110101000101100110110101100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01614; }

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

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

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

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

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

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

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

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