Html Css Color HEX #951635 Bright Red

📋 copy color: '#951635'

red 149 ◦ green 22 ◦ blue 53

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

Shades of Bright Red #951635

Tints of Bright Red #951635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 66.52%
G = 9.82%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#951635 (or 0x951635) is known color: Bright Red. HEX triplet: 95, 16 and 35. RGB value is (149,22,53). Sum of RGB (Red+Green+Blue) = 149+22+53=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #951635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951635 is #6AE9CA. Grayscale: #3F3F3F. Windows color (decimal): -7006667 or 3479189. OLE color: 3479189.

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

Color convert

RGB 149 22 53 -
CMYK 0 0.85 0.64 0.42
HSL 345.35º 0.74% 0.34% -
HSV(B) 345.35º 0.85% 0.58% -
XYZ 13.32 7.22 4.06 -
YUV 63.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 149 22 53 0 0.85 0.64 0.42 345.35 0.74 0.34
Hex 95 16 35 0 55 40 2A 159 4A 22
Octal 225 26 65 0 125 100 52 531 112 42
Binary 10010101 10110 110101 0 1010101 1000000 101010 101011001 1001010 100010

Color Harmonies of #951635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951635

Black with #951635

Text Example


Text Example

White with #951635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951635; }

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

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

background-color css

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

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

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

border-color css

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

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

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