Html Css Color HEX #992330 Bright Red

📋 copy color: '#992330'

red 153 ◦ green 35 ◦ blue 48

#992330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #992330

Tints of Bright Red #992330

RGB

 RED value IS 153 (60.16% from 255) = 64.83%

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 64.83%
G = 14.83%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#992330 (or 0x992330) is known color: Bright Red. HEX triplet: 99, 23 and 30. RGB value is (153,35,48). Sum of RGB (Red+Green+Blue) = 153+35+48=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #992330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992330 is #66DCCF. Grayscale: #474747. Windows color (decimal): -6741200 or 3154841. OLE color: 3154841.

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

Color convert

RGB 153 35 48 -
CMYK 0 0.77 0.69 0.4
HSL 353.39º 0.63% 0.37% -
HSV(B) 353.39º 0.77% 0.6% -
XYZ 14.27 8.19 3.62 -
YUV 71.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 153 35 48 0 0.77 0.69 0.4 353.39 0.63 0.37
Hex 99 23 30 0 4D 45 28 161 3F 25
Octal 231 43 60 0 115 105 50 541 77 45
Binary 10011001 100011 110000 0 1001101 1000101 101000 101100001 111111 100101

Color Harmonies of #992330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992330

Black with #992330

Text Example


Text Example

White with #992330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992330; }

 p { color: rgb(153,35,48); }

 H1.HeaderClassName
 {
   color: #992330;
 }
 .AnyTagClassName
 {
   color: #992330;
 }
</style>

background-color css

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

 a { background-color: rgb(153,35,48); }

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

border-color css

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

 span { border-color: rgb(153,35,48); }

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