Html Css Color HEX #951C29 Bright Red

📋 copy color: '#951C29'

red 149 ◦ green 28 ◦ blue 41

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

Shades of Bright Red #951C29

Tints of Bright Red #951C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

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

R = 68.35%
G = 12.84%
B = 18.81%

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

#951C29 (or 0x951C29) is known color: Bright Red. HEX triplet: 95, 1C and 29. RGB value is (149,28,41). Sum of RGB (Red+Green+Blue) = 149+28+41=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #951C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C29 is #6AE3D6. Grayscale: #414141. Windows color (decimal): -7005143 or 2694293. OLE color: 2694293.

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

Color convert

RGB 149 28 41 -
CMYK 0 0.81 0.72 0.42
HSL 353.55º 0.68% 0.35% -
HSV(B) 353.55º 0.81% 0.58% -
XYZ 13.21 7.38 2.83 -
YUV 65.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 149 28 41 0 0.81 0.72 0.42 353.55 0.68 0.35
Hex 95 1C 29 0 51 48 2A 162 44 23
Octal 225 34 51 0 121 110 52 542 104 43
Binary 10010101 11100 101001 0 1010001 1001000 101010 101100010 1000100 100011

Color Harmonies of #951C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C29

Black with #951C29

Text Example


Text Example

White with #951C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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