Html Css Color HEX #952527 Bright Red

📋 copy color: '#952527'

red 149 ◦ green 37 ◦ blue 39

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

Shades of Bright Red #952527

Tints of Bright Red #952527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 66.22%
G = 16.44%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952527 (or 0x952527) is known color: Bright Red. HEX triplet: 95, 25 and 27. RGB value is (149,37,39). Sum of RGB (Red+Green+Blue) = 149+37+39=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952527 is #6ADAD8. Grayscale: #464646. Windows color (decimal): -7002841 or 2565525. OLE color: 2565525.

HSL color Cylindrical-coordinate representation of color #952527: hue angle of 358.93º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952527 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 39 -
CMYK 0 0.75 0.74 0.42
HSL 358.93º 0.6% 0.36% -
HSV(B) 358.93º 0.75% 0.58% -
XYZ 13.42 7.86 2.73 -
YUV 70.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 149 37 39 0 0.75 0.74 0.42 358.93 0.6 0.36
Hex 95 25 27 0 4B 4A 2A 167 3C 24
Octal 225 45 47 0 113 112 52 547 74 44
Binary 10010101 100101 100111 0 1001011 1001010 101010 101100111 111100 100100

Color Harmonies of #952527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952527

Black with #952527

Text Example


Text Example

White with #952527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952527; }

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

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

background-color css

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

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

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

border-color css

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

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

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