Html Css Color HEX #951A28 Bright Red

📋 copy color: '#951A28'

red 149 ◦ green 26 ◦ blue 40

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

Shades of Bright Red #951A28

Tints of Bright Red #951A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 69.3%
G = 12.09%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#951A28 (or 0x951A28) is known color: Bright Red. HEX triplet: 95, 1A and 28. RGB value is (149,26,40). Sum of RGB (Red+Green+Blue) = 149+26+40=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #951A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A28 is #6AE5D7. Grayscale: #404040. Windows color (decimal): -7005656 or 2628245. OLE color: 2628245.

HSL color Cylindrical-coordinate representation of color #951A28: hue angle of 353.17º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A28 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 40 -
CMYK 0 0.83 0.73 0.42
HSL 353.17º 0.7% 0.34% -
HSV(B) 353.17º 0.83% 0.58% -
XYZ 13.15 7.28 2.72 -
YUV 64.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 149 26 40 0 0.83 0.73 0.42 353.17 0.7 0.34
Hex 95 1A 28 0 53 49 2A 161 46 22
Octal 225 32 50 0 123 111 52 541 106 42
Binary 10010101 11010 101000 0 1010011 1001001 101010 101100001 1000110 100010

Color Harmonies of #951A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A28

Black with #951A28

Text Example


Text Example

White with #951A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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