Html Css Color HEX #951D3A Bright Red

📋 copy color: '#951D3A'

red 149 ◦ green 29 ◦ blue 58

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

Shades of Bright Red #951D3A

Tints of Bright Red #951D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 63.14%
G = 12.29%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#951D3A (or 0x951D3A) is known color: Bright Red. HEX triplet: 95, 1D and 3A. RGB value is (149,29,58). Sum of RGB (Red+Green+Blue) = 149+29+58=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D3A is #6AE2C5. Grayscale: #444444. Windows color (decimal): -7004870 or 3808661. OLE color: 3808661.

HSL color Cylindrical-coordinate representation of color #951D3A: hue angle of 345.5º 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 #951D3A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 58 -
CMYK 0 0.81 0.61 0.42
HSL 345.5º 0.67% 0.35% -
HSV(B) 345.5º 0.81% 0.58% -
XYZ 13.6 7.57 4.75 -
YUV 68.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 149 29 58 0 0.81 0.61 0.42 345.5 0.67 0.35
Hex 95 1D 3A 0 51 3D 2A 15A 43 23
Octal 225 35 72 0 121 75 52 532 103 43
Binary 10010101 11101 111010 0 1010001 111101 101010 101011010 1000011 100011

Color Harmonies of #951D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D3A

Black with #951D3A

Text Example


Text Example

White with #951D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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