Html Css Color HEX #9F1D1E Bright Red

📋 copy color: '#9F1D1E'

red 159 ◦ green 29 ◦ blue 30

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

Shades of Bright Red #9F1D1E

Tints of Bright Red #9F1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 72.94%
G = 13.3%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F1D1E (or 0x9F1D1E) is known color: Bright Red. HEX triplet: 9F, 1D and 1E. RGB value is (159,29,30). Sum of RGB (Red+Green+Blue) = 159+29+30=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D1E is #60E2E1. Grayscale: #444444. Windows color (decimal): -6349538 or 1973663. OLE color: 1973663.

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

Color convert

RGB 159 29 30 -
CMYK 0 0.82 0.81 0.38
HSL 359.54º 0.69% 0.37% -
HSV(B) 359.54º 0.82% 0.62% -
XYZ 14.97 8.34 2.05 -
YUV 67.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 159 29 30 0 0.82 0.81 0.38 359.54 0.69 0.37
Hex 9F 1D 1E 0 52 51 26 168 45 25
Octal 237 35 36 0 122 121 46 550 105 45
Binary 10011111 11101 11110 0 1010010 1010001 100110 101101000 1000101 100101

Color Harmonies of #9F1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D1E

Black with #9F1D1E

Text Example


Text Example

White with #9F1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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