Html Css Color HEX #9F1E35 Bright Red

📋 copy color: '#9F1E35'

red 159 ◦ green 30 ◦ blue 53

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

Shades of Bright Red #9F1E35

Tints of Bright Red #9F1E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 65.7%
G = 12.4%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F1E35 (or 0x9F1E35) is known color: Bright Red. HEX triplet: 9F, 1E and 35. RGB value is (159,30,53). Sum of RGB (Red+Green+Blue) = 159+30+53=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E35 is #60E1CA. Grayscale: #474747. Windows color (decimal): -6349259 or 3481247. OLE color: 3481247.

HSL color Cylindrical-coordinate representation of color #9F1E35: hue angle of 349.3º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E35 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 30 53 -
CMYK 0 0.81 0.67 0.38
HSL 349.3º 0.68% 0.37% -
HSV(B) 349.3º 0.81% 0.62% -
XYZ 15.4 8.56 4.21 -
YUV 71.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 159 30 53 0 0.81 0.67 0.38 349.3 0.68 0.37
Hex 9F 1E 35 0 51 43 26 15D 44 25
Octal 237 36 65 0 121 103 46 535 104 45
Binary 10011111 11110 110101 0 1010001 1000011 100110 101011101 1000100 100101

Color Harmonies of #9F1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E35

Black with #9F1E35

Text Example


Text Example

White with #9F1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,53); }

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

background-color css

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

 a { background-color: rgb(159,30,53); }

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

border-color css

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

 span { border-color: rgb(159,30,53); }

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