Html Css Color HEX #9F123D Bright Red

📋 copy color: '#9F123D'

red 159 ◦ green 18 ◦ blue 61

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

Shades of Bright Red #9F123D

Tints of Bright Red #9F123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 66.81%
G = 7.56%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F123D (or 0x9F123D) is known color: Bright Red. HEX triplet: 9F, 12 and 3D. RGB value is (159,18,61). Sum of RGB (Red+Green+Blue) = 159+18+61=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F123D is #60EDC2. Grayscale: #414141. Windows color (decimal): -6352323 or 4002463. OLE color: 4002463.

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

Color convert

RGB 159 18 61 -
CMYK 0 0.89 0.62 0.38
HSL 341.7º 0.8% 0.35% -
HSV(B) 341.7º 0.89% 0.62% -
XYZ 15.36 8.14 5.18 -
YUV 65.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 159 18 61 0 0.89 0.62 0.38 341.7 0.8 0.35
Hex 9F 12 3D 0 59 3E 26 156 50 23
Octal 237 22 75 0 131 76 46 526 120 43
Binary 10011111 10010 111101 0 1011001 111110 100110 101010110 1010000 100011

Color Harmonies of #9F123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F123D

Black with #9F123D

Text Example


Text Example

White with #9F123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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