Html Css Color HEX #8F2F33 Guardsman Red

📋 copy color: '#8F2F33'

red 143 ◦ green 47 ◦ blue 51

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

Shades of Guardsman Red #8F2F33

Tints of Guardsman Red #8F2F33

RGB

 RED value IS 143 (56.25% from 255) = 59.34%

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 59.34%
G = 19.5%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#8F2F33 (or 0x8F2F33) is known color: Guardsman Red. HEX triplet: 8F, 2F and 33. RGB value is (143,47,51). Sum of RGB (Red+Green+Blue) = 143+47+51=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F33 is #70D0CC. Grayscale: #4C4C4C. Windows color (decimal): -7393485 or 3354511. OLE color: 3354511.

HSL color Cylindrical-coordinate representation of color #8F2F33: hue angle of 357.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F2F33 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 47 51 -
CMYK 0 0.67 0.64 0.44
HSL 357.5º 0.51% 0.37% -
HSV(B) 357.5º 0.67% 0.56% -
XYZ 12.94 8.11 4.02 -
YUV 76.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 143 47 51 0 0.67 0.64 0.44 357.5 0.51 0.37
Hex 8F 2F 33 0 43 40 2C 166 33 25
Octal 217 57 63 0 103 100 54 546 63 45
Binary 10001111 101111 110011 0 1000011 1000000 101100 101100110 110011 100101

Color Harmonies of #8F2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2F33

Black with #8F2F33

Text Example


Text Example

White with #8F2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F2F33; }

 p { color: rgb(143,47,51); }

 H1.HeaderClassName
 {
   color: #8F2F33;
 }
 .AnyTagClassName
 {
   color: #8F2F33;
 }
</style>

background-color css

<style>
 a { background-color: #8F2F33; }

 a { background-color: rgb(143,47,51); }

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

border-color css

<style>
 span { border-color: #8F2F33; }

 span { border-color: rgb(143,47,51); }

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