#971F24

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

Shades of Bright Red #971F24

Tints of Bright Red #971F24

Color information

#971F24 (or 0x971F24) is unknown color: approx Bright Red. HEX triplet: 97, 1F and 24. RGB value is (151,31,36). Sum of RGB (Red+Green+Blue) = 151+31+36=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #971F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971F24 is #68E0DB. Grayscale: #434343. Windows color (decimal): -6873308 or 2367383. OLE color: 2367383.

HSL color Cylindrical-coordinate representation of color #971F24: hue angle of 357.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F24 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1513136-
CMYK00.790.760.41
HSL357.5º65.93%35.69%-
HSV(B)357.5º79.47%59.22%-
XYZ13.577.692.44-
YUV67.45110.26187.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.27%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=69.27%
G=14.22%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151313600.790.760.41357.565.9335.69
Hex971F2404F4C291664224
Octal227374401171145154610244
Binary10010111111111001000100111110011001010011011001101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971F24; }

 p { color: rgb(151,31,36); }

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

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

 a { background-color: rgb(151,31,36); }

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

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

 span { border-color: rgb(151,31,36); }

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