Html Css Color HEX #951D29 Bright Red

📋 copy color: '#951D29'

red 149 ◦ green 29 ◦ blue 41

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

Shades of Bright Red #951D29

Tints of Bright Red #951D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.72%

R = 68.04%
G = 13.24%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#951D29 (or 0x951D29) is known color: Bright Red. HEX triplet: 95, 1D and 29. RGB value is (149,29,41). Sum of RGB (Red+Green+Blue) = 149+29+41=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #951D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D29 is #6AE2D6. Grayscale: #424242. Windows color (decimal): -7004887 or 2694549. OLE color: 2694549.

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

Color convert

RGB 149 29 41 -
CMYK 0 0.81 0.72 0.42
HSL 354º 0.67% 0.35% -
HSV(B) 354º 0.81% 0.58% -
XYZ 13.23 7.43 2.83 -
YUV 66.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 149 29 41 0 0.81 0.72 0.42 354 0.67 0.35
Hex 95 1D 29 0 51 48 2A 162 43 23
Octal 225 35 51 0 121 110 52 542 103 43
Binary 10010101 11101 101001 0 1010001 1001000 101010 101100010 1000011 100011

Color Harmonies of #951D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D29

Black with #951D29

Text Example


Text Example

White with #951D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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