Html Css Color HEX #951835 Bright Red

📋 copy color: '#951835'

red 149 ◦ green 24 ◦ blue 53

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

Shades of Bright Red #951835

Tints of Bright Red #951835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

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

R = 65.93%
G = 10.62%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#951835 (or 0x951835) is known color: Bright Red. HEX triplet: 95, 18 and 35. RGB value is (149,24,53). Sum of RGB (Red+Green+Blue) = 149+24+53=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #951835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951835 is #6AE7CA. Grayscale: #404040. Windows color (decimal): -7006155 or 3479701. OLE color: 3479701.

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

Color convert

RGB 149 24 53 -
CMYK 0 0.84 0.64 0.42
HSL 346.08º 0.72% 0.34% -
HSV(B) 346.08º 0.84% 0.58% -
XYZ 13.36 7.3 4.07 -
YUV 64.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 149 24 53 0 0.84 0.64 0.42 346.08 0.72 0.34
Hex 95 18 35 0 54 40 2A 15A 48 22
Octal 225 30 65 0 124 100 52 532 110 42
Binary 10010101 11000 110101 0 1010100 1000000 101010 101011010 1001000 100010

Color Harmonies of #951835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951835

Black with #951835

Text Example


Text Example

White with #951835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951835; }

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

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

background-color css

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

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

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

border-color css

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

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

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