Html Css Color HEX #9D2425 Guardsman Red

📋 copy color: '#9D2425'

red 157 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #9D2425

Tints of Guardsman Red #9D2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 68.26%
G = 15.65%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D2425 (or 0x9D2425) is known color: Guardsman Red. HEX triplet: 9D, 24 and 25. RGB value is (157,36,37). Sum of RGB (Red+Green+Blue) = 157+36+37=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2425 is #62DBDA. Grayscale: #484848. Windows color (decimal): -6478811 or 2434205. OLE color: 2434205.

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

Color convert

RGB 157 36 37 -
CMYK 0 0.77 0.76 0.38
HSL 359.5º 0.63% 0.38% -
HSV(B) 359.5º 0.77% 0.62% -
XYZ 14.87 8.56 2.62 -
YUV 72.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 157 36 37 0 0.77 0.76 0.38 359.5 0.63 0.38
Hex 9D 24 25 0 4D 4C 26 168 3F 26
Octal 235 44 45 0 115 114 46 550 77 46
Binary 10011101 100100 100101 0 1001101 1001100 100110 101101000 111111 100110

Color Harmonies of #9D2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2425

Black with #9D2425

Text Example


Text Example

White with #9D2425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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