Html Css Color HEX #95273C Bright Red

📋 copy color: '#95273C'

red 149 ◦ green 39 ◦ blue 60

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

Shades of Bright Red #95273C

Tints of Bright Red #95273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 60.08%
G = 15.73%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95273C (or 0x95273C) is known color: Bright Red. HEX triplet: 95, 27 and 3C. RGB value is (149,39,60). Sum of RGB (Red+Green+Blue) = 149+39+60=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95273C is #6AD8C3. Grayscale: #4A4A4A. Windows color (decimal): -7002308 or 3942293. OLE color: 3942293.

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

Color convert

RGB 149 39 60 -
CMYK 0 0.74 0.60 0.42
HSL 348.55º 0.59% 0.37% -
HSV(B) 348.55º 0.74% 0.58% -
XYZ 13.94 8.17 5.12 -
YUV 74.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 149 39 60 0 0.74 0.60 0.42 348.55 0.59 0.37
Hex 95 27 3C 0 4A 3C 2A 15D 3B 25
Octal 225 47 74 0 112 74 52 535 73 45
Binary 10010101 100111 111100 0 1001010 111100 101010 101011101 111011 100101

Color Harmonies of #95273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95273C

Black with #95273C

Text Example


Text Example

White with #95273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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