Html Css Color HEX #95273F Bright Red

📋 copy color: '#95273F'

red 149 ◦ green 39 ◦ blue 63

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

Shades of Bright Red #95273F

Tints of Bright Red #95273F

RGB

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

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

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

R = 59.36%
G = 15.54%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95273F (or 0x95273F) is known color: Bright Red. HEX triplet: 95, 27 and 3F. RGB value is (149,39,63). Sum of RGB (Red+Green+Blue) = 149+39+63=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95273F is #6AD8C0. Grayscale: #4A4A4A. Windows color (decimal): -7002305 or 4138901. OLE color: 4138901.

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

Color convert

RGB 149 39 63 -
CMYK 0 0.74 0.58 0.42
HSL 346.91º 0.59% 0.37% -
HSV(B) 346.91º 0.74% 0.58% -
XYZ 14.02 8.2 5.55 -
YUV 74.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 149 39 63 0 0.74 0.58 0.42 346.91 0.59 0.37
Hex 95 27 3F 0 4A 3A 2A 15B 3B 25
Octal 225 47 77 0 112 72 52 533 73 45
Binary 10010101 100111 111111 0 1001010 111010 101010 101011011 111011 100101

Color Harmonies of #95273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95273F

Black with #95273F

Text Example


Text Example

White with #95273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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