Html Css Color HEX #9D253D Bright Red

📋 copy color: '#9D253D'

red 157 ◦ green 37 ◦ blue 61

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

Shades of Bright Red #9D253D

Tints of Bright Red #9D253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 61.57%
G = 14.51%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D253D (or 0x9D253D) is known color: Bright Red. HEX triplet: 9D, 25 and 3D. RGB value is (157,37,61). Sum of RGB (Red+Green+Blue) = 157+37+61=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D253D is #62DAC2. Grayscale: #4B4B4B. Windows color (decimal): -6478531 or 4007325. OLE color: 4007325.

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

Color convert

RGB 157 37 61 -
CMYK 0 0.76 0.61 0.38
HSL 348º 0.62% 0.38% -
HSV(B) 348º 0.76% 0.62% -
XYZ 15.41 8.83 5.31 -
YUV 75.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 157 37 61 0 0.76 0.61 0.38 348 0.62 0.38
Hex 9D 25 3D 0 4C 3D 26 15C 3E 26
Octal 235 45 75 0 114 75 46 534 76 46
Binary 10011101 100101 111101 0 1001100 111101 100110 101011100 111110 100110

Color Harmonies of #9D253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D253D

Black with #9D253D

Text Example


Text Example

White with #9D253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,37,61); }

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

background-color css

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

 a { background-color: rgb(157,37,61); }

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

border-color css

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

 span { border-color: rgb(157,37,61); }

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