Html Css Color HEX #9F1629 Bright Red

📋 copy color: '#9F1629'

red 159 ◦ green 22 ◦ blue 41

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

Shades of Bright Red #9F1629

Tints of Bright Red #9F1629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.91%

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 71.62%
G = 9.91%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F1629 (or 0x9F1629) is known color: Bright Red. HEX triplet: 9F, 16 and 29. RGB value is (159,22,41). Sum of RGB (Red+Green+Blue) = 159+22+41=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1629 is #60E9D6. Grayscale: #414141. Windows color (decimal): -6351319 or 2692767. OLE color: 2692767.

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

Color convert

RGB 159 22 41 -
CMYK 0 0.86 0.74 0.38
HSL 351.68º 0.76% 0.35% -
HSV(B) 351.68º 0.86% 0.62% -
XYZ 14.99 8.1 2.87 -
YUV 65.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 159 22 41 0 0.86 0.74 0.38 351.68 0.76 0.35
Hex 9F 16 29 0 56 4A 26 160 4C 23
Octal 237 26 51 0 126 112 46 540 114 43
Binary 10011111 10110 101001 0 1010110 1001010 100110 101100000 1001100 100011

Color Harmonies of #9F1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1629

Black with #9F1629

Text Example


Text Example

White with #9F1629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,41); }

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

background-color css

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

 a { background-color: rgb(159,22,41); }

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

border-color css

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

 span { border-color: rgb(159,22,41); }

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