Html Css Color HEX #95293C Bright Red

📋 copy color: '#95293C'

red 149 ◦ green 41 ◦ blue 60

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

Shades of Bright Red #95293C

Tints of Bright Red #95293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

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

R = 59.6%
G = 16.4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95293C (or 0x95293C) is known color: Bright Red. HEX triplet: 95, 29 and 3C. RGB value is (149,41,60). Sum of RGB (Red+Green+Blue) = 149+41+60=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95293C is #6AD6C3. Grayscale: #4B4B4B. Windows color (decimal): -7001796 or 3942805. OLE color: 3942805.

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

Color convert

RGB 149 41 60 -
CMYK 0 0.72 0.60 0.42
HSL 349.44º 0.57% 0.37% -
HSV(B) 349.44º 0.72% 0.58% -
XYZ 14 8.3 5.14 -
YUV 75.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 149 41 60 0 0.72 0.60 0.42 349.44 0.57 0.37
Hex 95 29 3C 0 48 3C 2A 15D 39 25
Octal 225 51 74 0 110 74 52 535 71 45
Binary 10010101 101001 111100 0 1001000 111100 101010 101011101 111001 100101

Color Harmonies of #95293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95293C

Black with #95293C

Text Example


Text Example

White with #95293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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