Html Css Color HEX #9F133B Bright Red

📋 copy color: '#9F133B'

red 159 ◦ green 19 ◦ blue 59

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

Shades of Bright Red #9F133B

Tints of Bright Red #9F133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 67.09%
G = 8.02%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F133B (or 0x9F133B) is known color: Bright Red. HEX triplet: 9F, 13 and 3B. RGB value is (159,19,59). Sum of RGB (Red+Green+Blue) = 159+19+59=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F133B is #60ECC4. Grayscale: #414141. Windows color (decimal): -6352069 or 3871647. OLE color: 3871647.

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

Color convert

RGB 159 19 59 -
CMYK 0 0.88 0.63 0.38
HSL 342.86º 0.79% 0.35% -
HSV(B) 342.86º 0.88% 0.62% -
XYZ 15.32 8.15 4.9 -
YUV 65.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 159 19 59 0 0.88 0.63 0.38 342.86 0.79 0.35
Hex 9F 13 3B 0 58 3F 26 157 4F 23
Octal 237 23 73 0 130 77 46 527 117 43
Binary 10011111 10011 111011 0 1011000 111111 100110 101010111 1001111 100011

Color Harmonies of #9F133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F133B

Black with #9F133B

Text Example


Text Example

White with #9F133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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