Html Css Color HEX #9F1430 Bright Red

📋 copy color: '#9F1430'

red 159 ◦ green 20 ◦ blue 48

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

Shades of Bright Red #9F1430

Tints of Bright Red #9F1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 70.04%
G = 8.81%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F1430 (or 0x9F1430) is known color: Bright Red. HEX triplet: 9F, 14 and 30. RGB value is (159,20,48). Sum of RGB (Red+Green+Blue) = 159+20+48=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1430 is #60EBCF. Grayscale: #404040. Windows color (decimal): -6351824 or 3151007. OLE color: 3151007.

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

Color convert

RGB 159 20 48 -
CMYK 0 0.87 0.70 0.38
HSL 347.91º 0.78% 0.35% -
HSV(B) 347.91º 0.87% 0.62% -
XYZ 15.08 8.08 3.56 -
YUV 64.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 159 20 48 0 0.87 0.70 0.38 347.91 0.78 0.35
Hex 9F 14 30 0 57 46 26 15C 4E 23
Octal 237 24 60 0 127 106 46 534 116 43
Binary 10011111 10100 110000 0 1010111 1000110 100110 101011100 1001110 100011

Color Harmonies of #9F1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1430

Black with #9F1430

Text Example


Text Example

White with #9F1430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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