Html Css Color HEX #951935 Bright Red

📋 copy color: '#951935'

red 149 ◦ green 25 ◦ blue 53

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

Shades of Bright Red #951935

Tints of Bright Red #951935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 65.64%
G = 11.01%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#951935 (or 0x951935) is known color: Bright Red. HEX triplet: 95, 19 and 35. RGB value is (149,25,53). Sum of RGB (Red+Green+Blue) = 149+25+53=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #951935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951935 is #6AE6CA. Grayscale: #414141. Windows color (decimal): -7005899 or 3479957. OLE color: 3479957.

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

Color convert

RGB 149 25 53 -
CMYK 0 0.83 0.64 0.42
HSL 346.45º 0.71% 0.34% -
HSV(B) 346.45º 0.83% 0.58% -
XYZ 13.38 7.34 4.08 -
YUV 65.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 149 25 53 0 0.83 0.64 0.42 346.45 0.71 0.34
Hex 95 19 35 0 53 40 2A 15A 47 22
Octal 225 31 65 0 123 100 52 532 107 42
Binary 10010101 11001 110101 0 1010011 1000000 101010 101011010 1000111 100010

Color Harmonies of #951935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951935

Black with #951935

Text Example


Text Example

White with #951935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951935; }

 p { color: rgb(149,25,53); }

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

background-color css

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

 a { background-color: rgb(149,25,53); }

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

border-color css

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

 span { border-color: rgb(149,25,53); }

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