#971A1E

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

Shades of Bright Red #971A1E

Tints of Bright Red #971A1E

Color information

#971A1E (or 0x971A1E) is unknown color: approx Bright Red. HEX triplet: 97, 1A and 1E. RGB value is (151,26,30). Sum of RGB (Red+Green+Blue) = 151+26+30=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #971A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971A1E is #68E5E1. Grayscale: #3F3F3F. Windows color (decimal): -6874594 or 1972887. OLE color: 1972887.

HSL color Cylindrical-coordinate representation of color #971A1E: hue angle of 358.08º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A1E is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1512630-
CMYK00.830.800.41
HSL358.08º70.62%34.71%-
HSV(B)358.08º82.78%59.22%-
XYZ13.377.411.95-
YUV63.83108.91190.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.95%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=72.95%
G=12.56%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151263000.830.800.41358.0870.6234.71
Hex971A1E05350291664723
Octal227323601231205154610743
Binary1001011111010111100101001110100001010011011001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,26,30); }

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

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

 a { background-color: rgb(151,26,30); }

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

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

 span { border-color: rgb(151,26,30); }

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