Html Css Color HEX #951C3C Bright Red

📋 copy color: '#951C3C'

red 149 ◦ green 28 ◦ blue 60

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

Shades of Bright Red #951C3C

Tints of Bright Red #951C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 62.87%
G = 11.81%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#951C3C (or 0x951C3C) is known color: Bright Red. HEX triplet: 95, 1C and 3C. RGB value is (149,28,60). Sum of RGB (Red+Green+Blue) = 149+28+60=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C3C is #6AE3C3. Grayscale: #434343. Windows color (decimal): -7005124 or 3939477. OLE color: 3939477.

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

Color convert

RGB 149 28 60 -
CMYK 0 0.81 0.60 0.42
HSL 344.13º 0.68% 0.35% -
HSV(B) 344.13º 0.81% 0.58% -
XYZ 13.63 7.55 5.01 -
YUV 67.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 149 28 60 0 0.81 0.60 0.42 344.13 0.68 0.35
Hex 95 1C 3C 0 51 3C 2A 158 44 23
Octal 225 34 74 0 121 74 52 530 104 43
Binary 10010101 11100 111100 0 1010001 111100 101010 101011000 1000100 100011

Color Harmonies of #951C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C3C

Black with #951C3C

Text Example


Text Example

White with #951C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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