Html Css Color HEX #9F2327 Guardsman Red

📋 copy color: '#9F2327'

red 159 ◦ green 35 ◦ blue 39

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

Shades of Guardsman Red #9F2327

Tints of Guardsman Red #9F2327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 68.24%
G = 15.02%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F2327 (or 0x9F2327) is known color: Guardsman Red. HEX triplet: 9F, 23 and 27. RGB value is (159,35,39). Sum of RGB (Red+Green+Blue) = 159+35+39=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2327 is #60DCD8. Grayscale: #484848. Windows color (decimal): -6347993 or 2565023. OLE color: 2565023.

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

Color convert

RGB 159 35 39 -
CMYK 0 0.78 0.75 0.38
HSL 358.06º 0.64% 0.38% -
HSV(B) 358.06º 0.78% 0.62% -
XYZ 15.27 8.72 2.8 -
YUV 72.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 159 35 39 0 0.78 0.75 0.38 358.06 0.64 0.38
Hex 9F 23 27 0 4E 4B 26 166 40 26
Octal 237 43 47 0 116 113 46 546 100 46
Binary 10011111 100011 100111 0 1001110 1001011 100110 101100110 1000000 100110

Color Harmonies of #9F2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2327

Black with #9F2327

Text Example


Text Example

White with #9F2327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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