Html Css Color HEX #9F212A Bright Red

📋 copy color: '#9F212A'

red 159 ◦ green 33 ◦ blue 42

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

Shades of Bright Red #9F212A

Tints of Bright Red #9F212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 67.95%
G = 14.1%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F212A (or 0x9F212A) is known color: Bright Red. HEX triplet: 9F, 21 and 2A. RGB value is (159,33,42). Sum of RGB (Red+Green+Blue) = 159+33+42=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F212A is #60DED5. Grayscale: #474747. Windows color (decimal): -6348502 or 2761119. OLE color: 2761119.

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

Color convert

RGB 159 33 42 -
CMYK 0 0.79 0.74 0.38
HSL 355.71º 0.66% 0.38% -
HSV(B) 355.71º 0.79% 0.62% -
XYZ 15.26 8.63 3.05 -
YUV 71.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 159 33 42 0 0.79 0.74 0.38 355.71 0.66 0.38
Hex 9F 21 2A 0 4F 4A 26 164 42 26
Octal 237 41 52 0 117 112 46 544 102 46
Binary 10011111 100001 101010 0 1001111 1001010 100110 101100100 1000010 100110

Color Harmonies of #9F212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F212A

Black with #9F212A

Text Example


Text Example

White with #9F212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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