Html Css Color HEX #9F232A Bright Red

📋 copy color: '#9F232A'

red 159 ◦ green 35 ◦ blue 42

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

Shades of Bright Red #9F232A

Tints of Bright Red #9F232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 67.37%
G = 14.83%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F232A (or 0x9F232A) is known color: Bright Red. HEX triplet: 9F, 23 and 2A. RGB value is (159,35,42). Sum of RGB (Red+Green+Blue) = 159+35+42=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F232A is #60DCD5. Grayscale: #484848. Windows color (decimal): -6347990 or 2761631. OLE color: 2761631.

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

Color convert

RGB 159 35 42 -
CMYK 0 0.78 0.74 0.38
HSL 356.61º 0.64% 0.38% -
HSV(B) 356.61º 0.78% 0.62% -
XYZ 15.32 8.74 3.07 -
YUV 72.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 159 35 42 0 0.78 0.74 0.38 356.61 0.64 0.38
Hex 9F 23 2A 0 4E 4A 26 165 40 26
Octal 237 43 52 0 116 112 46 545 100 46
Binary 10011111 100011 101010 0 1001110 1001010 100110 101100101 1000000 100110

Color Harmonies of #9F232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F232A

Black with #9F232A

Text Example


Text Example

White with #9F232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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