Html Css Color HEX #9F1333 Bright Red

📋 copy color: '#9F1333'

red 159 ◦ green 19 ◦ blue 51

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

Shades of Bright Red #9F1333

Tints of Bright Red #9F1333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 69.43%
G = 8.3%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9F1333 (or 0x9F1333) is known color: Bright Red. HEX triplet: 9F, 13 and 33. RGB value is (159,19,51). Sum of RGB (Red+Green+Blue) = 159+19+51=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1333 is #60ECCC. Grayscale: #404040. Windows color (decimal): -6352077 or 3347359. OLE color: 3347359.

HSL color Cylindrical-coordinate representation of color #9F1333: hue angle of 346.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1333 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 19 51 -
CMYK 0 0.88 0.68 0.38
HSL 346.29º 0.79% 0.35% -
HSV(B) 346.29º 0.88% 0.62% -
XYZ 15.13 8.08 3.89 -
YUV 64.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 159 19 51 0 0.88 0.68 0.38 346.29 0.79 0.35
Hex 9F 13 33 0 58 44 26 15A 4F 23
Octal 237 23 63 0 130 104 46 532 117 43
Binary 10011111 10011 110011 0 1011000 1000100 100110 101011010 1001111 100011

Color Harmonies of #9F1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1333

Black with #9F1333

Text Example


Text Example

White with #9F1333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,19,51); }

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

background-color css

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

 a { background-color: rgb(159,19,51); }

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

border-color css

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

 span { border-color: rgb(159,19,51); }

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