Html Css Color HEX #950D04 Dark Red

📋 copy color: '#950D04'

red 149 ◦ green 13 ◦ blue 4

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

Shades of Dark Red #950D04

Tints of Dark Red #950D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 89.76%
G = 7.83%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#950D04 (or 0x950D04) is known color: Dark Red. HEX triplet: 95, 0D and 04. RGB value is (149,13,4). Sum of RGB (Red+Green+Blue) = 149+13+4=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #950D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950D04 is #6AF2FB. Grayscale: #343434. Windows color (decimal): -7009020 or 265621. OLE color: 265621.

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

Color convert

RGB 149 13 4 -
CMYK 0 0.91 0.97 0.42
HSL 3.72º 0.95% 0.3% -
HSV(B) 3.72º 0.97% 0.58% -
XYZ 12.56 6.69 0.74 -
YUV 52.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 149 13 4 0 0.91 0.97 0.42 3.72 0.95 0.3
Hex 95 D 4 0 5B 61 2A 4 5F 1E
Octal 225 15 4 0 133 141 52 4 137 36
Binary 10010101 1101 100 0 1011011 1100001 101010 100 1011111 11110

Color Harmonies of #950D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950D04

Black with #950D04

Text Example


Text Example

White with #950D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950D04; }

 p { color: rgb(149,13,4); }

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

background-color css

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

 a { background-color: rgb(149,13,4); }

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

border-color css

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

 span { border-color: rgb(149,13,4); }

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