Html Css Color HEX #910D01 Dark Red

📋 copy color: '#910D01'

red 145 ◦ green 13 ◦ blue 1

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

Shades of Dark Red #910D01

Tints of Dark Red #910D01

RGB

 RED value IS 145 (57.03% from 255) = 91.19%

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

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

R = 91.19%
G = 8.18%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#910D01 (or 0x910D01) is known color: Dark Red. HEX triplet: 91, 0D and 01. RGB value is (145,13,1). Sum of RGB (Red+Green+Blue) = 145+13+1=159 (21% of max value = 765). Red value is 145 (57.03% from 255 or 91.19% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 145 - color contains mainly: red. Hex color #910D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D01 is #6EF2FE. Grayscale: #333333. Windows color (decimal): -7271167 or 69009. OLE color: 69009.

HSL color Cylindrical-coordinate representation of color #910D01: hue angle of 5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910D01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 1 -
CMYK 0 0.91 0.99 0.43
HSL 0.99% 0.29% -
HSV(B) 0.99% 0.57% -
XYZ 11.83 6.31 0.62 -
YUV 51.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 145 13 1 0 0.91 0.99 0.43 5 0.99 0.29
Hex 91 D 1 0 5B 63 2B 5 63 1D
Octal 221 15 1 0 133 143 53 5 143 35
Binary 10010001 1101 1 0 1011011 1100011 101011 101 1100011 11101

Color Harmonies of #910D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D01

Black with #910D01

Text Example


Text Example

White with #910D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910D01; }

 p { color: rgb(145,13,1); }

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

background-color css

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

 a { background-color: rgb(145,13,1); }

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

border-color css

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

 span { border-color: rgb(145,13,1); }

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