Html Css Color HEX #880D03 Dark Red

📋 copy color: '#880D03'

red 136 ◦ green 13 ◦ blue 3

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

Shades of Dark Red #880D03

Tints of Dark Red #880D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 89.47%
G = 8.55%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#880D03 (or 0x880D03) is known color: Dark Red. HEX triplet: 88, 0D and 03. RGB value is (136,13,3). Sum of RGB (Red+Green+Blue) = 136+13+3=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #880D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D03 is #77F2FC. Grayscale: #303030. Windows color (decimal): -7860989 or 200072. OLE color: 200072.

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

Color convert

RGB 136 13 3 -
CMYK 0 0.90 0.98 0.47
HSL 4.51º 0.96% 0.27% -
HSV(B) 4.51º 0.98% 0.53% -
XYZ 10.31 5.53 0.61 -
YUV 48.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 136 13 3 0 0.90 0.98 0.47 4.51 0.96 0.27
Hex 88 D 3 0 5A 62 2F 5 60 1B
Octal 210 15 3 0 132 142 57 5 140 33
Binary 10001000 1101 11 0 1011010 1100010 101111 101 1100000 11011

Color Harmonies of #880D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D03

Black with #880D03

Text Example


Text Example

White with #880D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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