Html Css Color HEX #9D2325 Guardsman Red

📋 copy color: '#9D2325'

red 157 ◦ green 35 ◦ blue 37

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

Shades of Guardsman Red #9D2325

Tints of Guardsman Red #9D2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 37 (14.84% from 255) = 16.16%

R = 68.56%
G = 15.28%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D2325 (or 0x9D2325) is known color: Guardsman Red. HEX triplet: 9D, 23 and 25. RGB value is (157,35,37). Sum of RGB (Red+Green+Blue) = 157+35+37=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2325 is #62DCDA. Grayscale: #474747. Windows color (decimal): -6479067 or 2433949. OLE color: 2433949.

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

Color convert

RGB 157 35 37 -
CMYK 0 0.78 0.76 0.38
HSL 359.02º 0.64% 0.38% -
HSV(B) 359.02º 0.78% 0.62% -
XYZ 14.84 8.5 2.61 -
YUV 71.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 157 35 37 0 0.78 0.76 0.38 359.02 0.64 0.38
Hex 9D 23 25 0 4E 4C 26 167 40 26
Octal 235 43 45 0 116 114 46 547 100 46
Binary 10011101 100011 100101 0 1001110 1001100 100110 101100111 1000000 100110

Color Harmonies of #9D2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2325

Black with #9D2325

Text Example


Text Example

White with #9D2325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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