Html Css Color HEX #9F213C Bright Red

📋 copy color: '#9F213C'

red 159 ◦ green 33 ◦ blue 60

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

Shades of Bright Red #9F213C

Tints of Bright Red #9F213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 63.1%
G = 13.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F213C (or 0x9F213C) is known color: Bright Red. HEX triplet: 9F, 21 and 3C. RGB value is (159,33,60). Sum of RGB (Red+Green+Blue) = 159+33+60=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F213C is #60DEC3. Grayscale: #494949. Windows color (decimal): -6348484 or 3940767. OLE color: 3940767.

HSL color Cylindrical-coordinate representation of color #9F213C: hue angle of 347.14º degrees, saturation: 0.66, 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 #9F213C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 33 60 -
CMYK 0 0.79 0.62 0.38
HSL 347.14º 0.66% 0.38% -
HSV(B) 347.14º 0.79% 0.62% -
XYZ 15.66 8.78 5.15 -
YUV 73.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 159 33 60 0 0.79 0.62 0.38 347.14 0.66 0.38
Hex 9F 21 3C 0 4F 3E 26 15B 42 26
Octal 237 41 74 0 117 76 46 533 102 46
Binary 10011111 100001 111100 0 1001111 111110 100110 101011011 1000010 100110

Color Harmonies of #9F213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F213C

Black with #9F213C

Text Example


Text Example

White with #9F213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,60); }

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

background-color css

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

 a { background-color: rgb(159,33,60); }

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

border-color css

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

 span { border-color: rgb(159,33,60); }

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