Html Css Color HEX #951821 Bright Red

📋 copy color: '#951821'

red 149 ◦ green 24 ◦ blue 33

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

Shades of Bright Red #951821

Tints of Bright Red #951821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 72.33%
G = 11.65%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#951821 (or 0x951821) is known color: Bright Red. HEX triplet: 95, 18 and 21. RGB value is (149,24,33). Sum of RGB (Red+Green+Blue) = 149+24+33=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #951821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951821 is #6AE7DE. Grayscale: #3E3E3E. Windows color (decimal): -7006175 or 2168981. OLE color: 2168981.

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

Color convert

RGB 149 24 33 -
CMYK 0 0.84 0.78 0.42
HSL 355.68º 0.72% 0.34% -
HSV(B) 355.68º 0.84% 0.58% -
XYZ 13 7.15 2.13 -
YUV 62.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 149 24 33 0 0.84 0.78 0.42 355.68 0.72 0.34
Hex 95 18 21 0 54 4E 2A 164 48 22
Octal 225 30 41 0 124 116 52 544 110 42
Binary 10010101 11000 100001 0 1010100 1001110 101010 101100100 1001000 100010

Color Harmonies of #951821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951821

Black with #951821

Text Example


Text Example

White with #951821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951821; }

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

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

background-color css

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

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

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

border-color css

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

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

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