#99273D

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

Shades of Bright Red #99273D

Tints of Bright Red #99273D

Color information

#99273D (or 0x99273D) is unknown color: approx Bright Red. HEX triplet: 99, 27 and 3D. RGB value is (153,39,61). Sum of RGB (Red+Green+Blue) = 153+39+61=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99273D is #66D8C2. Grayscale: #4B4B4B. Windows color (decimal): -6740163 or 4007833. OLE color: 4007833.

HSL color Cylindrical-coordinate representation of color #99273D: hue angle of 348.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99273D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB1533961-
CMYK00.750.600.4
HSL348.42º59.38%37.65%-
HSV(B)348.42º74.51%60%-
XYZ14.78.565.29-
YUV75.59119.77183.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=60.47%
G=15.42%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153396100.750.600.4348.4259.3837.65
Hex99273D04B3C2815c3b26
Octal2314775011374505347346
Binary1001100110011111110101001011111100101000101011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,39,61); }

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

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

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

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

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

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

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