Html Css Color HEX #951D28 Bright Red

📋 copy color: '#951D28'

red 149 ◦ green 29 ◦ blue 40

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

Shades of Bright Red #951D28

Tints of Bright Red #951D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 68.35%
G = 13.3%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#951D28 (or 0x951D28) is known color: Bright Red. HEX triplet: 95, 1D and 28. RGB value is (149,29,40). Sum of RGB (Red+Green+Blue) = 149+29+40=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #951D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D28 is #6AE2D7. Grayscale: #424242. Windows color (decimal): -7004888 or 2629013. OLE color: 2629013.

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

Color convert

RGB 149 29 40 -
CMYK 0 0.81 0.73 0.42
HSL 354.5º 0.67% 0.35% -
HSV(B) 354.5º 0.81% 0.58% -
XYZ 13.22 7.42 2.74 -
YUV 66.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 149 29 40 0 0.81 0.73 0.42 354.5 0.67 0.35
Hex 95 1D 28 0 51 49 2A 162 43 23
Octal 225 35 50 0 121 111 52 542 103 43
Binary 10010101 11101 101000 0 1010001 1001001 101010 101100010 1000011 100011

Color Harmonies of #951D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D28

Black with #951D28

Text Example


Text Example

White with #951D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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