Html Css Color HEX #951C20 Bright Red

📋 copy color: '#951C20'

red 149 ◦ green 28 ◦ blue 32

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

Shades of Bright Red #951C20

Tints of Bright Red #951C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 71.29%
G = 13.4%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951C20 (or 0x951C20) is known color: Bright Red. HEX triplet: 95, 1C and 20. RGB value is (149,28,32). Sum of RGB (Red+Green+Blue) = 149+28+32=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #951C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C20 is #6AE3DF. Grayscale: #404040. Windows color (decimal): -7005152 or 2104469. OLE color: 2104469.

HSL color Cylindrical-coordinate representation of color #951C20: hue angle of 358.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C20 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 32 -
CMYK 0 0.81 0.79 0.42
HSL 358.02º 0.68% 0.35% -
HSV(B) 358.02º 0.81% 0.58% -
XYZ 13.07 7.32 2.09 -
YUV 64.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 149 28 32 0 0.81 0.79 0.42 358.02 0.68 0.35
Hex 95 1C 20 0 51 4F 2A 166 44 23
Octal 225 34 40 0 121 117 52 546 104 43
Binary 10010101 11100 100000 0 1010001 1001111 101010 101100110 1000100 100011

Color Harmonies of #951C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C20

Black with #951C20

Text Example


Text Example

White with #951C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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