Html Css Color HEX #9F1534 Bright Red

📋 copy color: '#9F1534'

red 159 ◦ green 21 ◦ blue 52

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

Shades of Bright Red #9F1534

Tints of Bright Red #9F1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 68.53%
G = 9.05%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F1534 (or 0x9F1534) is known color: Bright Red. HEX triplet: 9F, 15 and 34. RGB value is (159,21,52). Sum of RGB (Red+Green+Blue) = 159+21+52=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1534 is #60EACB. Grayscale: #414141. Windows color (decimal): -6351564 or 3413407. OLE color: 3413407.

HSL color Cylindrical-coordinate representation of color #9F1534: hue angle of 346.52º degrees, saturation: 0.77, 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 #9F1534 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 21 52 -
CMYK 0 0.87 0.67 0.38
HSL 346.52º 0.77% 0.35% -
HSV(B) 346.52º 0.87% 0.62% -
XYZ 15.19 8.16 4.02 -
YUV 65.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 159 21 52 0 0.87 0.67 0.38 346.52 0.77 0.35
Hex 9F 15 34 0 57 43 26 15B 4D 23
Octal 237 25 64 0 127 103 46 533 115 43
Binary 10011111 10101 110100 0 1010111 1000011 100110 101011011 1001101 100011

Color Harmonies of #9F1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1534

Black with #9F1534

Text Example


Text Example

White with #9F1534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,21,52); }

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

background-color css

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

 a { background-color: rgb(159,21,52); }

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

border-color css

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

 span { border-color: rgb(159,21,52); }

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