Html Css Color HEX #951E3A Bright Red

📋 copy color: '#951E3A'

red 149 ◦ green 30 ◦ blue 58

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

Shades of Bright Red #951E3A

Tints of Bright Red #951E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.66%

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

R = 62.87%
G = 12.66%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#951E3A (or 0x951E3A) is known color: Bright Red. HEX triplet: 95, 1E and 3A. RGB value is (149,30,58). Sum of RGB (Red+Green+Blue) = 149+30+58=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E3A is #6AE1C5. Grayscale: #444444. Windows color (decimal): -7004614 or 3808917. OLE color: 3808917.

HSL color Cylindrical-coordinate representation of color #951E3A: hue angle of 345.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E3A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 58 -
CMYK 0 0.80 0.61 0.42
HSL 345.88º 0.66% 0.35% -
HSV(B) 345.88º 0.8% 0.58% -
XYZ 13.62 7.62 4.76 -
YUV 68.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 149 30 58 0 0.80 0.61 0.42 345.88 0.66 0.35
Hex 95 1E 3A 0 50 3D 2A 15A 42 23
Octal 225 36 72 0 120 75 52 532 102 43
Binary 10010101 11110 111010 0 1010000 111101 101010 101011010 1000010 100011

Color Harmonies of #951E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E3A

Black with #951E3A

Text Example


Text Example

White with #951E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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