#971C02

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

Shades of Dark Red #971C02

Tints of Dark Red #971C02

Color information

#971C02 (or 0x971C02) is unknown color: approx Dark Red. HEX triplet: 97, 1C and 02. RGB value is (151,28,2). Sum of RGB (Red+Green+Blue) = 151+28+2=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #971C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C02 is #68E3FD. Grayscale: #3E3E3E. Windows color (decimal): -6874110 or 138391. OLE color: 138391.

HSL color Cylindrical-coordinate representation of color #971C02: hue angle of 10.47º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #971C02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB151282-
CMYK00.810.990.41
HSL10.47º97.39%30%-
HSV(B)10.47º98.68%59.22%-
XYZ13.197.410.79-
YUV61.8194.25191.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 83.43%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=83.43%
G=15.47%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15128200.810.990.4110.4797.3930
Hex971C20516329a611e
Octal2273420121143511214136
Binary1001011111100100101000111000111010011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,28,2); }

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

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

 a { background-color: rgb(151,28,2); }

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

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

 span { border-color: rgb(151,28,2); }

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