Html Css Color HEX #9F223B Bright Red

📋 copy color: '#9F223B'

red 159 ◦ green 34 ◦ blue 59

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

Shades of Bright Red #9F223B

Tints of Bright Red #9F223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 63.1%
G = 13.49%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F223B (or 0x9F223B) is known color: Bright Red. HEX triplet: 9F, 22 and 3B. RGB value is (159,34,59). Sum of RGB (Red+Green+Blue) = 159+34+59=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F223B is #60DDC4. Grayscale: #4A4A4A. Windows color (decimal): -6348229 or 3875487. OLE color: 3875487.

HSL color Cylindrical-coordinate representation of color #9F223B: hue angle of 348º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F223B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 34 59 -
CMYK 0 0.79 0.63 0.38
HSL 348º 0.65% 0.38% -
HSV(B) 348º 0.79% 0.62% -
XYZ 15.66 8.83 5.02 -
YUV 74.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 159 34 59 0 0.79 0.63 0.38 348 0.65 0.38
Hex 9F 22 3B 0 4F 3F 26 15C 41 26
Octal 237 42 73 0 117 77 46 534 101 46
Binary 10011111 100010 111011 0 1001111 111111 100110 101011100 1000001 100110

Color Harmonies of #9F223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F223B

Black with #9F223B

Text Example


Text Example

White with #9F223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,59); }

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

background-color css

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

 a { background-color: rgb(159,34,59); }

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

border-color css

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

 span { border-color: rgb(159,34,59); }

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