#99252D

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

Shades of Bright Red #99252D

Tints of Bright Red #99252D

Color information

#99252D (or 0x99252D) is unknown color: approx Bright Red. HEX triplet: 99, 25 and 2D. RGB value is (153,37,45). Sum of RGB (Red+Green+Blue) = 153+37+45=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99252D is #66DAD2. Grayscale: #484848. Windows color (decimal): -6740691 or 2958745. OLE color: 2958745.

HSL color Cylindrical-coordinate representation of color #99252D: hue angle of 355.86º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99252D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB1533745-
CMYK00.760.710.4
HSL355.86º61.05%37.25%-
HSV(B)355.86º75.82%60%-
XYZ14.278.283.33-
YUV72.6112.43185.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=65.11%
G=15.74%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153374500.760.710.4355.8661.0537.25
Hex99252D04C47281643d25
Octal23145550114107505447545
Binary10011001100101101101010011001000111101000101100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99252D; }

 p { color: rgb(153,37,45); }

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

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

 a { background-color: rgb(153,37,45); }

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

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

 span { border-color: rgb(153,37,45); }

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