#992235

Color #992235 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #992235

Tints of Bright Red #992235

Color information

#992235 (or 0x992235) is unknown color: approx Bright Red. HEX triplet: 99, 22 and 35. RGB value is (153,34,53). Sum of RGB (Red+Green+Blue) = 153+34+53=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #992235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992235 is #66DDCA. Grayscale: #474747. Windows color (decimal): -6741451 or 3482265. OLE color: 3482265.

HSL color Cylindrical-coordinate representation of color #992235: hue angle of 350.42º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992235 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1533453-
CMYK00.780.650.4
HSL350.42º63.64%36.67%-
HSV(B)350.42º77.78%60%-
XYZ14.358.174.19-
YUV71.75117.42185.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=63.75%
G=14.17%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153345300.780.650.4350.4263.6436.67
Hex99223504E412815e4025
Octal231426501161015053610045
Binary100110011000101101010100111010000011010001010111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992235; }

 p { color: rgb(153,34,53); }

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

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

 a { background-color: rgb(153,34,53); }

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

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

 span { border-color: rgb(153,34,53); }

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