#C22727

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

Shades of Fire Brick #C22727

Tints of Fire Brick #C22727

Color information

#C22727 (or 0xC22727) is unknown color: approx Fire Brick. HEX triplet: C2, 27 and 27. RGB value is (194,39,39). Sum of RGB (Red+Green+Blue) = 194+39+39=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C22727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22727 is #3DD8D8. Grayscale: #555555. Windows color (decimal): -4053209 or 2566082. OLE color: 2566082.

HSL color Cylindrical-coordinate representation of color #C22727: hue angle of 0º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22727 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1943939-
CMYK00.800.800.24
HSL66.52%45.69%-
HSV(B)79.9%76.08%-
XYZ23.3413.073.21-
YUV85.34101.85205.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.32%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=71.32%
G=14.34%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194393900.800.800.24066.5245.69
HexC2272705050180432e
Octal3024747012012030010356
Binary110000101001111001110101000010100001100001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22727; }

 p { color: rgb(194,39,39); }

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

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

 a { background-color: rgb(194,39,39); }

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

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

 span { border-color: rgb(194,39,39); }

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