Html Css Color HEX #970F03 Dark Red

📋 copy color: '#970F03'

red 151 ◦ green 15 ◦ blue 3

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

Shades of Dark Red #970F03

Tints of Dark Red #970F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.78%

R = 89.35%
G = 8.88%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#970F03 (or 0x970F03) is known color: Dark Red. HEX triplet: 97, 0F and 03. RGB value is (151,15,3). Sum of RGB (Red+Green+Blue) = 151+15+3=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #970F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F03 is #68F0FC. Grayscale: #363636. Windows color (decimal): -6877437 or 200599. OLE color: 200599.

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

Color convert

RGB 151 15 3 -
CMYK 0 0.90 0.98 0.41
HSL 4.86º 0.96% 0.3% -
HSV(B) 4.86º 0.98% 0.59% -
XYZ 12.95 6.93 0.74 -
YUV 54.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 151 15 3 0 0.90 0.98 0.41 4.86 0.96 0.3
Hex 97 F 3 0 5A 62 29 5 60 1E
Octal 227 17 3 0 132 142 51 5 140 36
Binary 10010111 1111 11 0 1011010 1100010 101001 101 1100000 11110

Color Harmonies of #970F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F03

Black with #970F03

Text Example


Text Example

White with #970F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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