Html Css Color HEX #970F0A Dark Red

📋 copy color: '#970F0A'

red 151 ◦ green 15 ◦ blue 10

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

Shades of Dark Red #970F0A

Tints of Dark Red #970F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 85.8%
G = 8.52%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#970F0A (or 0x970F0A) is known color: Dark Red. HEX triplet: 97, 0F and 0A. RGB value is (151,15,10). Sum of RGB (Red+Green+Blue) = 151+15+10=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F0A is #68F0F5. Grayscale: #373737. Windows color (decimal): -6877430 or 659351. OLE color: 659351.

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

Color convert

RGB 151 15 10 -
CMYK 0 0.90 0.93 0.41
HSL 2.13º 0.88% 0.32% -
HSV(B) 2.13º 0.93% 0.59% -
XYZ 12.99 6.94 0.94 -
YUV 55.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 151 15 10 0 0.90 0.93 0.41 2.13 0.88 0.32
Hex 97 F A 0 5A 5D 29 2 58 20
Octal 227 17 12 0 132 135 51 2 130 40
Binary 10010111 1111 1010 0 1011010 1011101 101001 10 1011000 100000

Color Harmonies of #970F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F0A

Black with #970F0A

Text Example


Text Example

White with #970F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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