#C6221E

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

Shades of Fire Brick #C6221E

Tints of Fire Brick #C6221E

Color information

#C6221E (or 0xC6221E) is unknown color: approx Fire Brick. HEX triplet: C6, 22 and 1E. RGB value is (198,34,30). Sum of RGB (Red+Green+Blue) = 198+34+30=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6221E is #39DDE1. Grayscale: #525252. Windows color (decimal): -3792354 or 1974982. OLE color: 1974982.

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

Color convert

RGB1983430-
CMYK00.830.850.22
HSL1.43º73.68%44.71%-
HSV(B)1.43º84.85%77.65%-
XYZ24.113.242.51-
YUV82.5898.33210.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75.57%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=75.57%
G=12.98%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198343000.830.850.221.4373.6844.71
HexC6221E053551614a2d
Octal3064236012312526111255
Binary11000110100010111100101001110101011011011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6221E; }

 p { color: rgb(198,34,30); }

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

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

 a { background-color: rgb(198,34,30); }

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

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

 span { border-color: rgb(198,34,30); }

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