Html Css Color HEX #9D1D29 Bright Red

📋 copy color: '#9D1D29'

red 157 ◦ green 29 ◦ blue 41

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

Shades of Bright Red #9D1D29

Tints of Bright Red #9D1D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 69.16%
G = 12.78%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D1D29 (or 0x9D1D29) is known color: Bright Red. HEX triplet: 9D, 1D and 29. RGB value is (157,29,41). Sum of RGB (Red+Green+Blue) = 157+29+41=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D29 is #62E2D6. Grayscale: #444444. Windows color (decimal): -6480599 or 2694557. OLE color: 2694557.

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

Color convert

RGB 157 29 41 -
CMYK 0 0.82 0.74 0.38
HSL 354.38º 0.69% 0.36% -
HSV(B) 354.38º 0.82% 0.62% -
XYZ 14.74 8.21 2.9 -
YUV 68.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 157 29 41 0 0.82 0.74 0.38 354.38 0.69 0.36
Hex 9D 1D 29 0 52 4A 26 162 45 24
Octal 235 35 51 0 122 112 46 542 105 44
Binary 10011101 11101 101001 0 1010010 1001010 100110 101100010 1000101 100100

Color Harmonies of #9D1D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D29

Black with #9D1D29

Text Example


Text Example

White with #9D1D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,41); }

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

background-color css

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

 a { background-color: rgb(157,29,41); }

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

border-color css

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

 span { border-color: rgb(157,29,41); }

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