#C3211E

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

Shades of Fire Brick #C3211E

Tints of Fire Brick #C3211E

Color information

#C3211E (or 0xC3211E) is unknown color: approx Fire Brick. HEX triplet: C3, 21 and 1E. RGB value is (195,33,30). Sum of RGB (Red+Green+Blue) = 195+33+30=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3211E is #3CDEE1. Grayscale: #515151. Windows color (decimal): -3989218 or 1974723. OLE color: 1974723.

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

Color convert

RGB1953330-
CMYK00.830.850.24
HSL1.09º73.33%44.12%-
HSV(B)1.09º84.62%76.47%-
XYZ23.2812.782.47-
YUV81.199.17209.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 75.58%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=75.58%
G=12.79%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195333000.830.850.241.0973.3344.12
HexC3211E05355181492c
Octal3034136012312530111154
Binary11000011100001111100101001110101011100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3211E; }

 p { color: rgb(195,33,30); }

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

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

 a { background-color: rgb(195,33,30); }

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

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

 span { border-color: rgb(195,33,30); }

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