Html Css Color HEX #9F253E Bright Red

📋 copy color: '#9F253E'

red 159 ◦ green 37 ◦ blue 62

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

Shades of Bright Red #9F253E

Tints of Bright Red #9F253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 61.63%
G = 14.34%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F253E (or 0x9F253E) is known color: Bright Red. HEX triplet: 9F, 25 and 3E. RGB value is (159,37,62). Sum of RGB (Red+Green+Blue) = 159+37+62=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F253E is #60DAC1. Grayscale: #4C4C4C. Windows color (decimal): -6347458 or 4072863. OLE color: 4072863.

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

Color convert

RGB 159 37 62 -
CMYK 0 0.77 0.61 0.38
HSL 347.7º 0.62% 0.38% -
HSV(B) 347.7º 0.77% 0.62% -
XYZ 15.83 9.04 5.47 -
YUV 76.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 159 37 62 0 0.77 0.61 0.38 347.7 0.62 0.38
Hex 9F 25 3E 0 4D 3D 26 15C 3E 26
Octal 237 45 76 0 115 75 46 534 76 46
Binary 10011111 100101 111110 0 1001101 111101 100110 101011100 111110 100110

Color Harmonies of #9F253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F253E

Black with #9F253E

Text Example


Text Example

White with #9F253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,62); }

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

background-color css

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

 a { background-color: rgb(159,37,62); }

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

border-color css

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

 span { border-color: rgb(159,37,62); }

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