Html Css Color HEX #95283F Bright Red

📋 copy color: '#95283F'

red 149 ◦ green 40 ◦ blue 63

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

Shades of Bright Red #95283F

Tints of Bright Red #95283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 59.13%
G = 15.87%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95283F (or 0x95283F) is known color: Bright Red. HEX triplet: 95, 28 and 3F. RGB value is (149,40,63). Sum of RGB (Red+Green+Blue) = 149+40+63=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #95283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95283F is #6AD7C0. Grayscale: #4B4B4B. Windows color (decimal): -7002049 or 4139157. OLE color: 4139157.

HSL color Cylindrical-coordinate representation of color #95283F: hue angle of 347.34º 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 #95283F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 63 -
CMYK 0 0.73 0.58 0.42
HSL 347.34º 0.58% 0.37% -
HSV(B) 347.34º 0.73% 0.58% -
XYZ 14.05 8.27 5.56 -
YUV 75.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 149 40 63 0 0.73 0.58 0.42 347.34 0.58 0.37
Hex 95 28 3F 0 49 3A 2A 15B 3A 25
Octal 225 50 77 0 111 72 52 533 72 45
Binary 10010101 101000 111111 0 1001001 111010 101010 101011011 111010 100101

Color Harmonies of #95283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95283F

Black with #95283F

Text Example


Text Example

White with #95283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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