Html Css Color HEX #9F1230 Bright Red

📋 copy color: '#9F1230'

red 159 ◦ green 18 ◦ blue 48

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

Shades of Bright Red #9F1230

Tints of Bright Red #9F1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 70.67%
G = 8%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F1230 (or 0x9F1230) is known color: Bright Red. HEX triplet: 9F, 12 and 30. RGB value is (159,18,48). Sum of RGB (Red+Green+Blue) = 159+18+48=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1230 is #60EDCF. Grayscale: #3F3F3F. Windows color (decimal): -6352336 or 3150495. OLE color: 3150495.

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

Color convert

RGB 159 18 48 -
CMYK 0 0.89 0.70 0.38
HSL 347.23º 0.8% 0.35% -
HSV(B) 347.23º 0.89% 0.62% -
XYZ 15.05 8.02 3.55 -
YUV 63.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 159 18 48 0 0.89 0.70 0.38 347.23 0.8 0.35
Hex 9F 12 30 0 59 46 26 15B 50 23
Octal 237 22 60 0 131 106 46 533 120 43
Binary 10011111 10010 110000 0 1011001 1000110 100110 101011011 1010000 100011

Color Harmonies of #9F1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1230

Black with #9F1230

Text Example


Text Example

White with #9F1230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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