Html Css Color HEX #9F1330 Bright Red

📋 copy color: '#9F1330'

red 159 ◦ green 19 ◦ blue 48

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

Shades of Bright Red #9F1330

Tints of Bright Red #9F1330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 70.35%
G = 8.41%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F1330 (or 0x9F1330) is known color: Bright Red. HEX triplet: 9F, 13 and 30. RGB value is (159,19,48). Sum of RGB (Red+Green+Blue) = 159+19+48=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1330 is #60ECCF. Grayscale: #404040. Windows color (decimal): -6352080 or 3150751. OLE color: 3150751.

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

Color convert

RGB 159 19 48 -
CMYK 0 0.88 0.70 0.38
HSL 347.57º 0.79% 0.35% -
HSV(B) 347.57º 0.88% 0.62% -
XYZ 15.06 8.05 3.56 -
YUV 64.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 159 19 48 0 0.88 0.70 0.38 347.57 0.79 0.35
Hex 9F 13 30 0 58 46 26 15C 4F 23
Octal 237 23 60 0 130 106 46 534 117 43
Binary 10011111 10011 110000 0 1011000 1000110 100110 101011100 1001111 100011

Color Harmonies of #9F1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1330

Black with #9F1330

Text Example


Text Example

White with #9F1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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