#C7211A

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

Shades of Fire Brick #C7211A

Tints of Fire Brick #C7211A

Color information

#C7211A (or 0xC7211A) is unknown color: approx Fire Brick. HEX triplet: C7, 21 and 1A. RGB value is (199,33,26). Sum of RGB (Red+Green+Blue) = 199+33+26=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C7211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7211A is #38DEE5. Grayscale: #525252. Windows color (decimal): -3727078 or 1712583. OLE color: 1712583.

HSL color Cylindrical-coordinate representation of color #C7211A: hue angle of 2.43º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7211A is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1993326-
CMYK00.830.870.22
HSL2.43º76.89%44.12%-
HSV(B)2.43º86.93%78.04%-
XYZ24.2813.32.27-
YUV81.8496.5211.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 77.13%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=77.13%
G=12.79%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199332600.830.870.222.4376.8944.12
HexC7211A053571624d2c
Octal3074132012312726211554
Binary110001111000011101001010011101011110110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7211A; }

 p { color: rgb(199,33,26); }

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

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

 a { background-color: rgb(199,33,26); }

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

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

 span { border-color: rgb(199,33,26); }

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