Html Css Color HEX #9F1638 Bright Red

📋 copy color: '#9F1638'

red 159 ◦ green 22 ◦ blue 56

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

Shades of Bright Red #9F1638

Tints of Bright Red #9F1638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 67.09%
G = 9.28%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F1638 (or 0x9F1638) is known color: Bright Red. HEX triplet: 9F, 16 and 38. RGB value is (159,22,56). Sum of RGB (Red+Green+Blue) = 159+22+56=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1638 is #60E9C7. Grayscale: #424242. Windows color (decimal): -6351304 or 3675807. OLE color: 3675807.

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

Color convert

RGB 159 22 56 -
CMYK 0 0.86 0.65 0.38
HSL 345.11º 0.76% 0.35% -
HSV(B) 345.11º 0.86% 0.62% -
XYZ 15.3 8.23 4.52 -
YUV 66.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 159 22 56 0 0.86 0.65 0.38 345.11 0.76 0.35
Hex 9F 16 38 0 56 41 26 159 4C 23
Octal 237 26 70 0 126 101 46 531 114 43
Binary 10011111 10110 111000 0 1010110 1000001 100110 101011001 1001100 100011

Color Harmonies of #9F1638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1638

Black with #9F1638

Text Example


Text Example

White with #9F1638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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