Html Css Color HEX #951721 Bright Red

📋 copy color: '#951721'

red 149 ◦ green 23 ◦ blue 33

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

Shades of Bright Red #951721

Tints of Bright Red #951721

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.1%

R = 72.68%
G = 11.22%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#951721 (or 0x951721) is known color: 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

RGB 149 23 33 -
CMYK 0 0.85 0.78 0.42
HSL 355.24º 0.73% 0.34% -
HSV(B) 355.24º 0.85% 0.58% -
XYZ 12.98 7.11 2.13 -
YUV 61.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 149 23 33 0 0.85 0.78 0.42 355.24 0.73 0.34
Hex 95 17 21 0 55 4E 2A 163 49 22
Octal 225 27 41 0 125 116 52 543 111 42
Binary 10010101 10111 100001 0 1010101 1001110 101010 101100011 1001001 100010

Color Harmonies of #951721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951721

Black with #951721

Text Example


Text Example

White with #951721

Text Example


Text Example

HTML Codes & Css Web 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>