Html Css Color HEX #9F2324 Guardsman Red

📋 copy color: '#9F2324'

red 159 ◦ green 35 ◦ blue 36

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

Shades of Guardsman Red #9F2324

Tints of Guardsman Red #9F2324

RGB

 RED value IS 159 (62.5% from 255) = 69.13%

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

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

R = 69.13%
G = 15.22%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F2324 (or 0x9F2324) is known color: Guardsman Red. HEX triplet: 9F, 23 and 24. RGB value is (159,35,36). Sum of RGB (Red+Green+Blue) = 159+35+36=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2324 is #60DCDB. Grayscale: #484848. Windows color (decimal): -6347996 or 2368415. OLE color: 2368415.

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

Color convert

RGB 159 35 36 -
CMYK 0 0.78 0.77 0.38
HSL 359.52º 0.64% 0.38% -
HSV(B) 359.52º 0.78% 0.62% -
XYZ 15.22 8.7 2.55 -
YUV 72.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 159 35 36 0 0.78 0.77 0.38 359.52 0.64 0.38
Hex 9F 23 24 0 4E 4D 26 168 40 26
Octal 237 43 44 0 116 115 46 550 100 46
Binary 10011111 100011 100100 0 1001110 1001101 100110 101101000 1000000 100110

Color Harmonies of #9F2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2324

Black with #9F2324

Text Example


Text Example

White with #9F2324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,36); }

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

background-color css

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

 a { background-color: rgb(159,35,36); }

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

border-color css

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

 span { border-color: rgb(159,35,36); }

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