Html Css Color HEX #951A20 Bright Red

📋 copy color: '#951A20'

red 149 ◦ green 26 ◦ blue 32

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

Shades of Bright Red #951A20

Tints of Bright Red #951A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 71.98%
G = 12.56%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951A20 (or 0x951A20) is known color: Bright Red. HEX triplet: 95, 1A and 20. RGB value is (149,26,32). Sum of RGB (Red+Green+Blue) = 149+26+32=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #951A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A20 is #6AE5DF. Grayscale: #3F3F3F. Windows color (decimal): -7005664 or 2103957. OLE color: 2103957.

HSL color Cylindrical-coordinate representation of color #951A20: hue angle of 357.07º 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 #951A20 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 32 -
CMYK 0 0.83 0.79 0.42
HSL 357.07º 0.7% 0.34% -
HSV(B) 357.07º 0.83% 0.58% -
XYZ 13.02 7.23 2.08 -
YUV 63.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 149 26 32 0 0.83 0.79 0.42 357.07 0.7 0.34
Hex 95 1A 20 0 53 4F 2A 165 46 22
Octal 225 32 40 0 123 117 52 545 106 42
Binary 10010101 11010 100000 0 1010011 1001111 101010 101100101 1000110 100010

Color Harmonies of #951A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A20

Black with #951A20

Text Example


Text Example

White with #951A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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