Html Css Color HEX #951C31 Bright Red

📋 copy color: '#951C31'

red 149 ◦ green 28 ◦ blue 49

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

Shades of Bright Red #951C31

Tints of Bright Red #951C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.68%

R = 65.93%
G = 12.39%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#951C31 (or 0x951C31) is known color: Bright Red. HEX triplet: 95, 1C and 31. RGB value is (149,28,49). Sum of RGB (Red+Green+Blue) = 149+28+49=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #951C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C31 is #6AE3CE. Grayscale: #424242. Windows color (decimal): -7005135 or 3218581. OLE color: 3218581.

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

Color convert

RGB 149 28 49 -
CMYK 0 0.81 0.67 0.42
HSL 349.59º 0.68% 0.35% -
HSV(B) 349.59º 0.81% 0.58% -
XYZ 13.36 7.44 3.64 -
YUV 66.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 149 28 49 0 0.81 0.67 0.42 349.59 0.68 0.35
Hex 95 1C 31 0 51 43 2A 15E 44 23
Octal 225 34 61 0 121 103 52 536 104 43
Binary 10010101 11100 110001 0 1010001 1000011 101010 101011110 1000100 100011

Color Harmonies of #951C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C31

Black with #951C31

Text Example


Text Example

White with #951C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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