#951721

Color #951721 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #951721

Tints of Bright Red #951721

Color information

#951721 (or 0x951721) is unknown color: approx Bright Red. HEX triplet: 95, 17 and 21. RGB value is (149,23,33). Sum of RGB (Red+Green+Blue) = 149+23+33=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951721 is #6AE8DE. Grayscale: #3D3D3D. Windows color (decimal): -7006431 or 2168725. OLE color: 2168725.

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

Color convert

RGB1492333-
CMYK00.850.780.42
HSL355.24º73.26%33.73%-
HSV(B)355.24º84.56%58.43%-
XYZ12.987.112.13-
YUV61.81111.74190.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=72.68%
G=11.22%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149233300.850.780.42355.2473.2633.73
Hex9517210554E2A1634922
Octal225274101251165254311142
Binary10010101101111000010101010110011101010101011000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951721; }

 p { color: rgb(149,23,33); }

 H1.HeaderClassName
 {
   color: #951721;
 }
 .AnyTagClassName
 {
   color: #951721;
 }
</style>
background-color css

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

 a { background-color: rgb(149,23,33); }

 div.DivClassName
 {
   background-color: #951721;
 }
 .BgClassName
 {
   background-color: #951721;
 }
</style>
border-color css

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

 span { border-color: rgb(149,23,33); }

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