Html Css Color HEX #970F0C Dark Red

📋 copy color: '#970F0C'

red 151 ◦ green 15 ◦ blue 12

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

Shades of Dark Red #970F0C

Tints of Dark Red #970F0C

RGB

 RED value IS 151 (59.38% from 255) = 84.83%

 GREEN value IS 15 (6.25% from 255) = 8.43%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 84.83%
G = 8.43%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#970F0C (or 0x970F0C) is known color: Dark Red. HEX triplet: 97, 0F and 0C. RGB value is (151,15,12). Sum of RGB (Red+Green+Blue) = 151+15+12=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #970F0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F0C is #68F0F3. Grayscale: #373737. Windows color (decimal): -6877428 or 790423. OLE color: 790423.

HSL color Cylindrical-coordinate representation of color #970F0C: hue angle of 1.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970F0C is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 12 -
CMYK 0 0.90 0.92 0.41
HSL 1.29º 0.85% 0.32% -
HSV(B) 1.29º 0.92% 0.59% -
XYZ 13 6.95 1 -
YUV 55.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 151 15 12 0 0.90 0.92 0.41 1.29 0.85 0.32
Hex 97 F C 0 5A 5C 29 1 55 20
Octal 227 17 14 0 132 134 51 1 125 40
Binary 10010111 1111 1100 0 1011010 1011100 101001 1 1010101 100000

Color Harmonies of #970F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F0C

Black with #970F0C

Text Example


Text Example

White with #970F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F0C; }

 p { color: rgb(151,15,12); }

 H1.HeaderClassName
 {
   color: #970F0C;
 }
 .AnyTagClassName
 {
   color: #970F0C;
 }
</style>

background-color css

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

 a { background-color: rgb(151,15,12); }

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

border-color css

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

 span { border-color: rgb(151,15,12); }

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