Html Css Color HEX #9F2530 Bright Red

📋 copy color: '#9F2530'

red 159 ◦ green 37 ◦ blue 48

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

Shades of Bright Red #9F2530

Tints of Bright Red #9F2530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 65.16%
G = 15.16%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F2530 (or 0x9F2530) is known color: Bright Red. HEX triplet: 9F, 25 and 30. RGB value is (159,37,48). Sum of RGB (Red+Green+Blue) = 159+37+48=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2530 is #60DACF. Grayscale: #4A4A4A. Windows color (decimal): -6347472 or 3155359. OLE color: 3155359.

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

Color convert

RGB 159 37 48 -
CMYK 0 0.77 0.70 0.38
HSL 354.59º 0.62% 0.38% -
HSV(B) 354.59º 0.77% 0.62% -
XYZ 15.49 8.91 3.7 -
YUV 74.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 159 37 48 0 0.77 0.70 0.38 354.59 0.62 0.38
Hex 9F 25 30 0 4D 46 26 163 3E 26
Octal 237 45 60 0 115 106 46 543 76 46
Binary 10011111 100101 110000 0 1001101 1000110 100110 101100011 111110 100110

Color Harmonies of #9F2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2530

Black with #9F2530

Text Example


Text Example

White with #9F2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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