Html Css Color HEX #952127 Bright Red

📋 copy color: '#952127'

red 149 ◦ green 33 ◦ blue 39

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

Shades of Bright Red #952127

Tints of Bright Red #952127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

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

R = 67.42%
G = 14.93%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952127 (or 0x952127) is known color: Bright Red. HEX triplet: 95, 21 and 27. RGB value is (149,33,39). Sum of RGB (Red+Green+Blue) = 149+33+39=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952127 is #6ADED8. Grayscale: #444444. Windows color (decimal): -7003865 or 2564501. OLE color: 2564501.

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

Color convert

RGB 149 33 39 -
CMYK 0 0.78 0.74 0.42
HSL 356.9º 0.64% 0.36% -
HSV(B) 356.9º 0.78% 0.58% -
XYZ 13.3 7.62 2.69 -
YUV 68.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 149 33 39 0 0.78 0.74 0.42 356.9 0.64 0.36
Hex 95 21 27 0 4E 4A 2A 165 40 24
Octal 225 41 47 0 116 112 52 545 100 44
Binary 10010101 100001 100111 0 1001110 1001010 101010 101100101 1000000 100100

Color Harmonies of #952127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952127

Black with #952127

Text Example


Text Example

White with #952127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952127; }

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

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

background-color css

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

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

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

border-color css

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

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

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