#951825

Color #951825 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #951825

Tints of Bright Red #951825

Color information

#951825 (or 0x951825) is unknown color: approx Bright Red. HEX triplet: 95, 18 and 25. RGB value is (149,24,37). Sum of RGB (Red+Green+Blue) = 149+24+37=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #951825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951825 is #6AE7DA. Grayscale: #3E3E3E. Windows color (decimal): -7006171 or 2431125. OLE color: 2431125.

HSL color Cylindrical-coordinate representation of color #951825: hue angle of 353.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951825 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1492437-
CMYK00.840.750.42
HSL353.76º72.25%33.92%-
HSV(B)353.76º83.89%58.43%-
XYZ13.057.182.45-
YUV62.86113.41189.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=70.95%
G=11.43%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149243700.840.750.42353.7672.2533.92
Hex9518250544B2A1624822
Octal225304501241135254211042
Binary10010101110001001010101010010010111010101011000101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951825; }

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

 H1.HeaderClassName
 {
   color: #951825;
 }
 .AnyTagClassName
 {
   color: #951825;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #951825;
 }
 .BgClassName
 {
   background-color: #951825;
 }
</style>
border-color css

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

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

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