Html Css Color HEX #952025 Bright Red

📋 copy color: '#952025'

red 149 ◦ green 32 ◦ blue 37

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

Shades of Bright Red #952025

Tints of Bright Red #952025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 68.35%
G = 14.68%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#952025 (or 0x952025) is known color: Bright Red. HEX triplet: 95, 20 and 25. RGB value is (149,32,37). Sum of RGB (Red+Green+Blue) = 149+32+37=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #952025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952025 is #6ADFDA. Grayscale: #434343. Windows color (decimal): -7004123 or 2433173. OLE color: 2433173.

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

Color convert

RGB 149 32 37 -
CMYK 0 0.79 0.75 0.42
HSL 357.44º 0.65% 0.35% -
HSV(B) 357.44º 0.79% 0.58% -
XYZ 13.24 7.56 2.51 -
YUV 67.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 149 32 37 0 0.79 0.75 0.42 357.44 0.65 0.35
Hex 95 20 25 0 4F 4B 2A 165 41 23
Octal 225 40 45 0 117 113 52 545 101 43
Binary 10010101 100000 100101 0 1001111 1001011 101010 101100101 1000001 100011

Color Harmonies of #952025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952025

Black with #952025

Text Example


Text Example

White with #952025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952025; }

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

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

background-color css

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

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

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

border-color css

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

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

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