#9D2030

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

Shades of Bright Red #9D2030

Tints of Bright Red #9D2030

Color information

#9D2030 (or 0x9D2030) is unknown color: approx Bright Red. HEX triplet: 9D, 20 and 30. RGB value is (157,32,48). Sum of RGB (Red+Green+Blue) = 157+32+48=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2030 is #62DFCF. Grayscale: #474747. Windows color (decimal): -6479824 or 3154077. OLE color: 3154077.

HSL color Cylindrical-coordinate representation of color #9D2030: hue angle of 352.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2030 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1573248-
CMYK00.800.690.38
HSL352.32º66.14%37.06%-
HSV(B)352.32º79.62%61.57%-
XYZ14.958.413.63-
YUV71.2114.91189.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.24%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=66.24%
G=13.50%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157324800.800.690.38352.3266.1437.06
Hex9D203005045261604225
Octal235406001201054654010245
Binary100111011000001100000101000010001011001101011000001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D2030; }

 p { color: rgb(157,32,48); }

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

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

 a { background-color: rgb(157,32,48); }

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

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

 span { border-color: rgb(157,32,48); }

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