Html Css Color HEX #910C01 Dark Red

📋 copy color: '#910C01'

red 145 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #910C01

Tints of Dark Red #910C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 91.77%
G = 7.59%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#910C01 (or 0x910C01) is known color: Dark Red. HEX triplet: 91, 0C and 01. RGB value is (145,12,1). Sum of RGB (Red+Green+Blue) = 145+12+1=158 (20% of max value = 765). Red value is 145 (57.03% from 255 or 91.77% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 145 - color contains mainly: red. Hex color #910C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C01 is #6EF3FE. Grayscale: #323232. Windows color (decimal): -7271423 or 68753. OLE color: 68753.

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

Color convert

RGB 145 12 1 -
CMYK 0 0.92 0.99 0.43
HSL 4.58º 0.99% 0.29% -
HSV(B) 4.58º 0.99% 0.57% -
XYZ 11.81 6.28 0.62 -
YUV 50.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 145 12 1 0 0.92 0.99 0.43 4.58 0.99 0.29
Hex 91 C 1 0 5C 63 2B 5 63 1D
Octal 221 14 1 0 134 143 53 5 143 35
Binary 10010001 1100 1 0 1011100 1100011 101011 101 1100011 11101

Color Harmonies of #910C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C01

Black with #910C01

Text Example


Text Example

White with #910C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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