#C6221C

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

Shades of Fire Brick #C6221C

Tints of Fire Brick #C6221C

Color information

#C6221C (or 0xC6221C) is unknown color: approx Fire Brick. HEX triplet: C6, 22 and 1C. RGB value is (198,34,28). Sum of RGB (Red+Green+Blue) = 198+34+28=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6221C is #39DDE3. Grayscale: #525252. Windows color (decimal): -3792356 or 1843910. OLE color: 1843910.

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

Color convert

RGB1983428-
CMYK00.830.860.22
HSL2.12º75.22%44.31%-
HSV(B)2.12º85.86%77.65%-
XYZ24.0713.232.38-
YUV82.3597.33210.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.15%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=76.15%
G=13.08%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198342800.830.860.222.1275.2244.31
HexC6221C053561624b2c
Octal3064234012312626211354
Binary110001101000101110001010011101011010110101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6221C; }

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

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

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

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

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

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

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

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