Html Css Color HEX #880D01 Dark Red

📋 copy color: '#880D01'

red 136 ◦ green 13 ◦ blue 1

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

Shades of Dark Red #880D01

Tints of Dark Red #880D01

RGB

 RED value IS 136 (53.52% from 255) = 90.67%

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

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

R = 90.67%
G = 8.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#880D01 (or 0x880D01) is known color: Dark Red. HEX triplet: 88, 0D and 01. RGB value is (136,13,1). Sum of RGB (Red+Green+Blue) = 136+13+1=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #880D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D01 is #77F2FE. Grayscale: #303030. Windows color (decimal): -7860991 or 69000. OLE color: 69000.

HSL color Cylindrical-coordinate representation of color #880D01: hue angle of 5.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880D01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 1 -
CMYK 0 0.90 0.99 0.47
HSL 5.33º 0.99% 0.27% -
HSV(B) 5.33º 0.99% 0.53% -
XYZ 10.3 5.52 0.55 -
YUV 48.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 136 13 1 0 0.90 0.99 0.47 5.33 0.99 0.27
Hex 88 D 1 0 5A 63 2F 5 63 1B
Octal 210 15 1 0 132 143 57 5 143 33
Binary 10001000 1101 1 0 1011010 1100011 101111 101 1100011 11011

Color Harmonies of #880D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D01

Black with #880D01

Text Example


Text Example

White with #880D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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