Html Css Color HEX #880D02 Dark Red

📋 copy color: '#880D02'

red 136 ◦ green 13 ◦ blue 2

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

Shades of Dark Red #880D02

Tints of Dark Red #880D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 90.07%
G = 8.61%
B = 1.32%

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

#880D02 (or 0x880D02) is known color: Dark Red. HEX triplet: 88, 0D and 02. RGB value is (136,13,2). Sum of RGB (Red+Green+Blue) = 136+13+2=151 (20% of max value = 765). Red value is 136 (53.52% from 255 or 90.07% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 136 - color contains mainly: red. Hex color #880D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D02 is #77F2FD. Grayscale: #303030. Windows color (decimal): -7860990 or 134536. OLE color: 134536.

HSL color Cylindrical-coordinate representation of color #880D02: hue angle of 4.93º degrees, saturation: 0.97, 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 #880D02 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 2 -
CMYK 0 0.90 0.99 0.47
HSL 4.93º 0.97% 0.27% -
HSV(B) 4.93º 0.99% 0.53% -
XYZ 10.31 5.53 0.58 -
YUV 48.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 136 13 2 0 0.90 0.99 0.47 4.93 0.97 0.27
Hex 88 D 2 0 5A 63 2F 5 61 1B
Octal 210 15 2 0 132 143 57 5 141 33
Binary 10001000 1101 10 0 1011010 1100011 101111 101 1100001 11011

Color Harmonies of #880D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D02

Black with #880D02

Text Example


Text Example

White with #880D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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