Html Css Color HEX #910E01 Dark Red

📋 copy color: '#910E01'

red 145 ◦ green 14 ◦ blue 1

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

Shades of Dark Red #910E01

Tints of Dark Red #910E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.75%

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

R = 90.63%
G = 8.75%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#910E01 (or 0x910E01) is known color: Dark Red. HEX triplet: 91, 0E and 01. RGB value is (145,14,1). Sum of RGB (Red+Green+Blue) = 145+14+1=160 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.62% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 145 - color contains mainly: red. Hex color #910E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E01 is #6EF1FE. Grayscale: #333333. Windows color (decimal): -7270911 or 69265. OLE color: 69265.

HSL color Cylindrical-coordinate representation of color #910E01: hue angle of 5.42º 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 #910E01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 1 -
CMYK 0 0.90 0.99 0.43
HSL 5.42º 0.99% 0.29% -
HSV(B) 5.42º 0.99% 0.57% -
XYZ 11.84 6.34 0.63 -
YUV 51.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 145 14 1 0 0.90 0.99 0.43 5.42 0.99 0.29
Hex 91 E 1 0 5A 63 2B 5 63 1D
Octal 221 16 1 0 132 143 53 5 143 35
Binary 10010001 1110 1 0 1011010 1100011 101011 101 1100011 11101

Color Harmonies of #910E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E01

Black with #910E01

Text Example


Text Example

White with #910E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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