Html Css Color HEX #951537 Bright Red

📋 copy color: '#951537'

red 149 ◦ green 21 ◦ blue 55

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

Shades of Bright Red #951537

Tints of Bright Red #951537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 66.22%
G = 9.33%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#951537 (or 0x951537) is known color: Bright Red. HEX triplet: 95, 15 and 37. RGB value is (149,21,55). Sum of RGB (Red+Green+Blue) = 149+21+55=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #951537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951537 is #6AEAC8. Grayscale: #3F3F3F. Windows color (decimal): -7006921 or 3610005. OLE color: 3610005.

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

Color convert

RGB 149 21 55 -
CMYK 0 0.86 0.63 0.42
HSL 344.06º 0.75% 0.33% -
HSV(B) 344.06º 0.86% 0.58% -
XYZ 13.35 7.2 4.3 -
YUV 63.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 149 21 55 0 0.86 0.63 0.42 344.06 0.75 0.33
Hex 95 15 37 0 56 3F 2A 158 4B 21
Octal 225 25 67 0 126 77 52 530 113 41
Binary 10010101 10101 110111 0 1010110 111111 101010 101011000 1001011 100001

Color Harmonies of #951537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951537

Black with #951537

Text Example


Text Example

White with #951537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951537; }

 p { color: rgb(149,21,55); }

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

background-color css

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

 a { background-color: rgb(149,21,55); }

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

border-color css

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

 span { border-color: rgb(149,21,55); }

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