Html Css Color HEX #952125 Bright Red

📋 copy color: '#952125'

red 149 ◦ green 33 ◦ blue 37

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

Shades of Bright Red #952125

Tints of Bright Red #952125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.89%

R = 68.04%
G = 15.07%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#952125 (or 0x952125) is known color: Bright Red. HEX triplet: 95, 21 and 25. RGB value is (149,33,37). Sum of RGB (Red+Green+Blue) = 149+33+37=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #952125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952125 is #6ADEDA. Grayscale: #444444. Windows color (decimal): -7003867 or 2433429. OLE color: 2433429.

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

Color convert

RGB 149 33 37 -
CMYK 0 0.78 0.75 0.42
HSL 357.93º 0.64% 0.36% -
HSV(B) 357.93º 0.78% 0.58% -
XYZ 13.27 7.61 2.52 -
YUV 68.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 149 33 37 0 0.78 0.75 0.42 357.93 0.64 0.36
Hex 95 21 25 0 4E 4B 2A 166 40 24
Octal 225 41 45 0 116 113 52 546 100 44
Binary 10010101 100001 100101 0 1001110 1001011 101010 101100110 1000000 100100

Color Harmonies of #952125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952125

Black with #952125

Text Example


Text Example

White with #952125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952125; }

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

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

background-color css

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

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

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

border-color css

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

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

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