Html Css Color HEX #950701 Dark Red

📋 copy color: '#950701'

red 149 ◦ green 7 ◦ blue 1

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

Shades of Dark Red #950701

Tints of Dark Red #950701

RGB

 RED value IS 149 (58.59% from 255) = 94.9%

 GREEN value IS 7 (3.13% from 255) = 4.46%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 94.9%
G = 4.46%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950701 (or 0x950701) is known color: Dark Red. HEX triplet: 95, 07 and 01. RGB value is (149,7,1). Sum of RGB (Red+Green+Blue) = 149+7+1=157 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.90% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 149 - color contains mainly: red. Hex color #950701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950701 is #6AF8FE. Grayscale: #303030. Windows color (decimal): -7010559 or 67477. OLE color: 67477.

HSL color Cylindrical-coordinate representation of color #950701: hue angle of 2.43º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950701 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 1 -
CMYK 0 0.95 0.99 0.42
HSL 2.43º 0.99% 0.29% -
HSV(B) 2.43º 0.99% 0.58% -
XYZ 12.48 6.54 0.63 -
YUV 48.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 149 7 1 0 0.95 0.99 0.42 2.43 0.99 0.29
Hex 95 7 1 0 5F 63 2A 2 63 1D
Octal 225 7 1 0 137 143 52 2 143 35
Binary 10010101 111 1 0 1011111 1100011 101010 10 1100011 11101

Color Harmonies of #950701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950701

Black with #950701

Text Example


Text Example

White with #950701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950701; }

 p { color: rgb(149,7,1); }

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

background-color css

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

 a { background-color: rgb(149,7,1); }

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

border-color css

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

 span { border-color: rgb(149,7,1); }

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