#C3201C

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

Shades of Fire Brick #C3201C

Tints of Fire Brick #C3201C

Color information

#C3201C (or 0xC3201C) is unknown color: approx Fire Brick. HEX triplet: C3, 20 and 1C. RGB value is (195,32,28). Sum of RGB (Red+Green+Blue) = 195+32+28=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C3201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3201C is #3CDFE3. Grayscale: #505050. Windows color (decimal): -3989476 or 1843395. OLE color: 1843395.

HSL color Cylindrical-coordinate representation of color #C3201C: hue angle of 1.44º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3201C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1953228-
CMYK00.840.860.24
HSL1.44º74.89%43.73%-
HSV(B)1.44º85.64%76.47%-
XYZ23.2312.722.33-
YUV80.2898.5209.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 76.47%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=76.47%
G=12.55%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195322800.840.860.241.4474.8943.73
HexC3201C054561814b2c
Octal3034034012412630111354
Binary11000011100000111000101010010101101100011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3201C; }

 p { color: rgb(195,32,28); }

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

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

 a { background-color: rgb(195,32,28); }

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

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

 span { border-color: rgb(195,32,28); }

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