Html Css Color HEX #9F1A30 Bright Red

📋 copy color: '#9F1A30'

red 159 ◦ green 26 ◦ blue 48

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

Shades of Bright Red #9F1A30

Tints of Bright Red #9F1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 68.24%
G = 11.16%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F1A30 (or 0x9F1A30) is known color: Bright Red. HEX triplet: 9F, 1A and 30. RGB value is (159,26,48). Sum of RGB (Red+Green+Blue) = 159+26+48=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A30 is #60E5CF. Grayscale: #444444. Windows color (decimal): -6350288 or 3152543. OLE color: 3152543.

HSL color Cylindrical-coordinate representation of color #9F1A30: hue angle of 350.08º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A30 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 26 48 -
CMYK 0 0.84 0.70 0.38
HSL 350.08º 0.72% 0.36% -
HSV(B) 350.08º 0.84% 0.62% -
XYZ 15.2 8.32 3.6 -
YUV 68.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 159 26 48 0 0.84 0.70 0.38 350.08 0.72 0.36
Hex 9F 1A 30 0 54 46 26 15E 48 24
Octal 237 32 60 0 124 106 46 536 110 44
Binary 10011111 11010 110000 0 1010100 1000110 100110 101011110 1001000 100100

Color Harmonies of #9F1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1A30

Black with #9F1A30

Text Example


Text Example

White with #9F1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,26,48); }

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

background-color css

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

 a { background-color: rgb(159,26,48); }

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

border-color css

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

 span { border-color: rgb(159,26,48); }

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