#992234

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

Shades of Bright Red #992234

Tints of Bright Red #992234

Color information

#992234 (or 0x992234) is unknown color: approx Bright Red. HEX triplet: 99, 22 and 34. RGB value is (153,34,52). Sum of RGB (Red+Green+Blue) = 153+34+52=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #992234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992234 is #66DDCB. Grayscale: #474747. Windows color (decimal): -6741452 or 3416729. OLE color: 3416729.

HSL color Cylindrical-coordinate representation of color #992234: hue angle of 350.92º 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 #992234 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1533452-
CMYK00.780.660.4
HSL350.92º63.64%36.67%-
HSV(B)350.92º77.78%60%-
XYZ14.338.164.07-
YUV71.63116.92186.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=64.02%
G=14.23%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153345200.780.660.4350.9263.6436.67
Hex99223404E422815f4025
Octal231426401161025053710045
Binary100110011000101101000100111010000101010001010111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992234; }

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

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

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

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

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

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

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

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