Html Css Color HEX #9D1D23 Bright Red

📋 copy color: '#9D1D23'

red 157 ◦ green 29 ◦ blue 35

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

Shades of Bright Red #9D1D23

Tints of Bright Red #9D1D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.84%

R = 71.04%
G = 13.12%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D1D23 (or 0x9D1D23) is known color: Bright Red. HEX triplet: 9D, 1D and 23. RGB value is (157,29,35). Sum of RGB (Red+Green+Blue) = 157+29+35=221 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.04% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D23 is #62E2DC. Grayscale: #444444. Windows color (decimal): -6480605 or 2301341. OLE color: 2301341.

HSL color Cylindrical-coordinate representation of color #9D1D23: hue angle of 357.19º 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 #9D1D23 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 29 35 -
CMYK 0 0.82 0.78 0.38
HSL 357.19º 0.69% 0.36% -
HSV(B) 357.19º 0.82% 0.62% -
XYZ 14.65 8.17 2.39 -
YUV 67.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 157 29 35 0 0.82 0.78 0.38 357.19 0.69 0.36
Hex 9D 1D 23 0 52 4E 26 165 45 24
Octal 235 35 43 0 122 116 46 545 105 44
Binary 10011101 11101 100011 0 1010010 1001110 100110 101100101 1000101 100100

Color Harmonies of #9D1D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D23

Black with #9D1D23

Text Example


Text Example

White with #9D1D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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