Html Css Color HEX #9D1330 Bright Red

📋 copy color: '#9D1330'

red 157 ◦ green 19 ◦ blue 48

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

Shades of Bright Red #9D1330

Tints of Bright Red #9D1330

RGB

 RED value IS 157 (61.72% from 255) = 70.09%

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 70.09%
G = 8.48%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9D1330 (or 0x9D1330) is known color: Bright Red. HEX triplet: 9D, 13 and 30. RGB value is (157,19,48). Sum of RGB (Red+Green+Blue) = 157+19+48=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1330 is #62ECCF. Grayscale: #3F3F3F. Windows color (decimal): -6483152 or 3150749. OLE color: 3150749.

HSL color Cylindrical-coordinate representation of color #9D1330: hue angle of 347.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1330 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 19 48 -
CMYK 0 0.88 0.69 0.38
HSL 347.39º 0.78% 0.35% -
HSV(B) 347.39º 0.88% 0.62% -
XYZ 14.67 7.85 3.54 -
YUV 63.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 157 19 48 0 0.88 0.69 0.38 347.39 0.78 0.35
Hex 9D 13 30 0 58 45 26 15B 4E 23
Octal 235 23 60 0 130 105 46 533 116 43
Binary 10011101 10011 110000 0 1011000 1000101 100110 101011011 1001110 100011

Color Harmonies of #9D1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1330

Black with #9D1330

Text Example


Text Example

White with #9D1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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