Html Css Color HEX #951C25 Bright Red

📋 copy color: '#951C25'

red 149 ◦ green 28 ◦ blue 37

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

Shades of Bright Red #951C25

Tints of Bright Red #951C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 69.63%
G = 13.08%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#951C25 (or 0x951C25) is known color: Bright Red. HEX triplet: 95, 1C and 25. RGB value is (149,28,37). Sum of RGB (Red+Green+Blue) = 149+28+37=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #951C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C25 is #6AE3DA. Grayscale: #414141. Windows color (decimal): -7005147 or 2432149. OLE color: 2432149.

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

Color convert

RGB 149 28 37 -
CMYK 0 0.81 0.75 0.42
HSL 355.54º 0.68% 0.35% -
HSV(B) 355.54º 0.81% 0.58% -
XYZ 13.14 7.35 2.48 -
YUV 65.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 149 28 37 0 0.81 0.75 0.42 355.54 0.68 0.35
Hex 95 1C 25 0 51 4B 2A 164 44 23
Octal 225 34 45 0 121 113 52 544 104 43
Binary 10010101 11100 100101 0 1010001 1001011 101010 101100100 1000100 100011

Color Harmonies of #951C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C25

Black with #951C25

Text Example


Text Example

White with #951C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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