Html Css Color HEX #9F1B2B Bright Red

📋 copy color: '#9F1B2B'

red 159 ◦ green 27 ◦ blue 43

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

Shades of Bright Red #9F1B2B

Tints of Bright Red #9F1B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.79%

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 69.43%
G = 11.79%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F1B2B (or 0x9F1B2B) is known color: Bright Red. HEX triplet: 9F, 1B and 2B. RGB value is (159,27,43). Sum of RGB (Red+Green+Blue) = 159+27+43=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B2B is #60E4D4. Grayscale: #444444. Windows color (decimal): -6350037 or 2825119. OLE color: 2825119.

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

Color convert

RGB 159 27 43 -
CMYK 0 0.83 0.73 0.38
HSL 352.73º 0.71% 0.36% -
HSV(B) 352.73º 0.83% 0.62% -
XYZ 15.13 8.33 3.1 -
YUV 68.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 159 27 43 0 0.83 0.73 0.38 352.73 0.71 0.36
Hex 9F 1B 2B 0 53 49 26 161 47 24
Octal 237 33 53 0 123 111 46 541 107 44
Binary 10011111 11011 101011 0 1010011 1001001 100110 101100001 1000111 100100

Color Harmonies of #9F1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B2B

Black with #9F1B2B

Text Example


Text Example

White with #9F1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,27,43); }

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

background-color css

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

 a { background-color: rgb(159,27,43); }

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

border-color css

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

 span { border-color: rgb(159,27,43); }

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