Html Css Color HEX #952128 Bright Red

📋 copy color: '#952128'

red 149 ◦ green 33 ◦ blue 40

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

Shades of Bright Red #952128

Tints of Bright Red #952128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 67.12%
G = 14.86%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952128 (or 0x952128) is known color: Bright Red. HEX triplet: 95, 21 and 28. RGB value is (149,33,40). Sum of RGB (Red+Green+Blue) = 149+33+40=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952128 is #6ADED7. Grayscale: #444444. Windows color (decimal): -7003864 or 2630037. OLE color: 2630037.

HSL color Cylindrical-coordinate representation of color #952128: hue angle of 356.38º 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 #952128 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 40 -
CMYK 0 0.78 0.73 0.42
HSL 356.38º 0.64% 0.36% -
HSV(B) 356.38º 0.78% 0.58% -
XYZ 13.32 7.63 2.78 -
YUV 68.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 149 33 40 0 0.78 0.73 0.42 356.38 0.64 0.36
Hex 95 21 28 0 4E 49 2A 164 40 24
Octal 225 41 50 0 116 111 52 544 100 44
Binary 10010101 100001 101000 0 1001110 1001001 101010 101100100 1000000 100100

Color Harmonies of #952128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952128

Black with #952128

Text Example


Text Example

White with #952128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952128; }

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

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

background-color css

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

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

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

border-color css

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

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

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