Html Css Color HEX #951C24 Bright Red

📋 copy color: '#951C24'

red 149 ◦ green 28 ◦ blue 36

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

Shades of Bright Red #951C24

Tints of Bright Red #951C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 69.95%
G = 13.15%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#951C24 (or 0x951C24) is known color: Bright Red. HEX triplet: 95, 1C and 24. RGB value is (149,28,36). Sum of RGB (Red+Green+Blue) = 149+28+36=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #951C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C24 is #6AE3DB. Grayscale: #414141. Windows color (decimal): -7005148 or 2366613. OLE color: 2366613.

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

Color convert

RGB 149 28 36 -
CMYK 0 0.81 0.76 0.42
HSL 356.03º 0.68% 0.35% -
HSV(B) 356.03º 0.81% 0.58% -
XYZ 13.13 7.35 2.4 -
YUV 65.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 149 28 36 0 0.81 0.76 0.42 356.03 0.68 0.35
Hex 95 1C 24 0 51 4C 2A 164 44 23
Octal 225 34 44 0 121 114 52 544 104 43
Binary 10010101 11100 100100 0 1010001 1001100 101010 101100100 1000100 100011

Color Harmonies of #951C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C24

Black with #951C24

Text Example


Text Example

White with #951C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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