Html Css Color HEX #9F252D Guardsman Red

📋 copy color: '#9F252D'

red 159 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #9F252D

Tints of Guardsman Red #9F252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 65.98%
G = 15.35%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F252D (or 0x9F252D) is known color: Guardsman Red. HEX triplet: 9F, 25 and 2D. RGB value is (159,37,45). Sum of RGB (Red+Green+Blue) = 159+37+45=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F252D is #60DAD2. Grayscale: #4A4A4A. Windows color (decimal): -6347475 or 2958751. OLE color: 2958751.

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

Color convert

RGB 159 37 45 -
CMYK 0 0.77 0.72 0.38
HSL 356.07º 0.62% 0.38% -
HSV(B) 356.07º 0.77% 0.62% -
XYZ 15.43 8.88 3.38 -
YUV 74.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 159 37 45 0 0.77 0.72 0.38 356.07 0.62 0.38
Hex 9F 25 2D 0 4D 48 26 164 3E 26
Octal 237 45 55 0 115 110 46 544 76 46
Binary 10011111 100101 101101 0 1001101 1001000 100110 101100100 111110 100110

Color Harmonies of #9F252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F252D

Black with #9F252D

Text Example


Text Example

White with #9F252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,45); }

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

background-color css

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

 a { background-color: rgb(159,37,45); }

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

border-color css

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

 span { border-color: rgb(159,37,45); }

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