Html Css Color HEX #95283C Bright Red

📋 copy color: '#95283C'

red 149 ◦ green 40 ◦ blue 60

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

Shades of Bright Red #95283C

Tints of Bright Red #95283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 59.84%
G = 16.06%
B = 24.1%

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

#95283C (or 0x95283C) is known color: Bright Red. HEX triplet: 95, 28 and 3C. RGB value is (149,40,60). Sum of RGB (Red+Green+Blue) = 149+40+60=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95283C is #6AD7C3. Grayscale: #4A4A4A. Windows color (decimal): -7002052 or 3942549. OLE color: 3942549.

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

Color convert

RGB 149 40 60 -
CMYK 0 0.73 0.60 0.42
HSL 348.99º 0.58% 0.37% -
HSV(B) 348.99º 0.73% 0.58% -
XYZ 13.97 8.23 5.13 -
YUV 74.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 149 40 60 0 0.73 0.60 0.42 348.99 0.58 0.37
Hex 95 28 3C 0 49 3C 2A 15D 3A 25
Octal 225 50 74 0 111 74 52 535 72 45
Binary 10010101 101000 111100 0 1001001 111100 101010 101011101 111010 100101

Color Harmonies of #95283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95283C

Black with #95283C

Text Example


Text Example

White with #95283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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