Html Css Color HEX #951D3B Bright Red

📋 copy color: '#951D3B'

red 149 ◦ green 29 ◦ blue 59

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

Shades of Bright Red #951D3B

Tints of Bright Red #951D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 62.87%
G = 12.24%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#951D3B (or 0x951D3B) is known color: Bright Red. HEX triplet: 95, 1D and 3B. RGB value is (149,29,59). Sum of RGB (Red+Green+Blue) = 149+29+59=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D3B is #6AE2C4. Grayscale: #444444. Windows color (decimal): -7004869 or 3874197. OLE color: 3874197.

HSL color Cylindrical-coordinate representation of color #951D3B: hue angle of 345º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D3B is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 59 -
CMYK 0 0.81 0.60 0.42
HSL 345º 0.67% 0.35% -
HSV(B) 345º 0.81% 0.58% -
XYZ 13.62 7.58 4.88 -
YUV 68.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 149 29 59 0 0.81 0.60 0.42 345 0.67 0.35
Hex 95 1D 3B 0 51 3C 2A 159 43 23
Octal 225 35 73 0 121 74 52 531 103 43
Binary 10010101 11101 111011 0 1010001 111100 101010 101011001 1000011 100011

Color Harmonies of #951D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D3B

Black with #951D3B

Text Example


Text Example

White with #951D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D3B; }

 p { color: rgb(149,29,59); }

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

background-color css

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

 a { background-color: rgb(149,29,59); }

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

border-color css

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

 span { border-color: rgb(149,29,59); }

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