Html Css Color HEX #951D34 Bright Red

📋 copy color: '#951D34'

red 149 ◦ green 29 ◦ blue 52

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

Shades of Bright Red #951D34

Tints of Bright Red #951D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 64.78%
G = 12.61%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#951D34 (or 0x951D34) is known color: Bright Red. HEX triplet: 95, 1D and 34. RGB value is (149,29,52). Sum of RGB (Red+Green+Blue) = 149+29+52=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #951D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D34 is #6AE2CB. Grayscale: #434343. Windows color (decimal): -7004876 or 3415445. OLE color: 3415445.

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

Color convert

RGB 149 29 52 -
CMYK 0 0.81 0.65 0.42
HSL 348.5º 0.67% 0.35% -
HSV(B) 348.5º 0.81% 0.58% -
XYZ 13.45 7.52 3.99 -
YUV 67.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 149 29 52 0 0.81 0.65 0.42 348.5 0.67 0.35
Hex 95 1D 34 0 51 41 2A 15C 43 23
Octal 225 35 64 0 121 101 52 534 103 43
Binary 10010101 11101 110100 0 1010001 1000001 101010 101011100 1000011 100011

Color Harmonies of #951D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D34

Black with #951D34

Text Example


Text Example

White with #951D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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