Html Css Color HEX #9F123A Bright Red

📋 copy color: '#9F123A'

red 159 ◦ green 18 ◦ blue 58

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

Shades of Bright Red #9F123A

Tints of Bright Red #9F123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 67.66%
G = 7.66%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F123A (or 0x9F123A) is known color: Bright Red. HEX triplet: 9F, 12 and 3A. RGB value is (159,18,58). Sum of RGB (Red+Green+Blue) = 159+18+58=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F123A is #60EDC5. Grayscale: #404040. Windows color (decimal): -6352326 or 3805855. OLE color: 3805855.

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

Color convert

RGB 159 18 58 -
CMYK 0 0.89 0.64 0.38
HSL 342.98º 0.8% 0.35% -
HSV(B) 342.98º 0.89% 0.62% -
XYZ 15.28 8.11 4.76 -
YUV 64.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 159 18 58 0 0.89 0.64 0.38 342.98 0.8 0.35
Hex 9F 12 3A 0 59 40 26 157 50 23
Octal 237 22 72 0 131 100 46 527 120 43
Binary 10011111 10010 111010 0 1011001 1000000 100110 101010111 1010000 100011

Color Harmonies of #9F123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F123A

Black with #9F123A

Text Example


Text Example

White with #9F123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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