Html Css Color HEX #95283B Bright Red

📋 copy color: '#95283B'

red 149 ◦ green 40 ◦ blue 59

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

Shades of Bright Red #95283B

Tints of Bright Red #95283B

RGB

 RED value IS 149 (58.59% from 255) = 60.08%

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 60.08%
G = 16.13%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95283B (or 0x95283B) is known color: Bright Red. HEX triplet: 95, 28 and 3B. RGB value is (149,40,59). Sum of RGB (Red+Green+Blue) = 149+40+59=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95283B is #6AD7C4. Grayscale: #4A4A4A. Windows color (decimal): -7002053 or 3877013. OLE color: 3877013.

HSL color Cylindrical-coordinate representation of color #95283B: hue angle of 349.54º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95283B is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 59 -
CMYK 0 0.73 0.60 0.42
HSL 349.54º 0.58% 0.37% -
HSV(B) 349.54º 0.73% 0.58% -
XYZ 13.94 8.22 4.99 -
YUV 74.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 149 40 59 0 0.73 0.60 0.42 349.54 0.58 0.37
Hex 95 28 3B 0 49 3C 2A 15E 3A 25
Octal 225 50 73 0 111 74 52 536 72 45
Binary 10010101 101000 111011 0 1001001 111100 101010 101011110 111010 100101

Color Harmonies of #95283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95283B

Black with #95283B

Text Example


Text Example

White with #95283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95283B; }

 p { color: rgb(149,40,59); }

 H1.HeaderClassName
 {
   color: #95283B;
 }
 .AnyTagClassName
 {
   color: #95283B;
 }
</style>

background-color css

<style>
 a { background-color: #95283B; }

 a { background-color: rgb(149,40,59); }

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

border-color css

<style>
 span { border-color: #95283B; }

 span { border-color: rgb(149,40,59); }

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