Html Css Color HEX #DD2812 Harley Davidson Orange

📋 copy color: '#DD2812'

red 221 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #DD2812

Tints of Harley Davidson Orange #DD2812

RGB

 RED value IS 221 (86.72% from 255) = 79.21%

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 79.21%
G = 14.34%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2812 (or 0xDD2812) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 12. RGB value is (221,40,18). Sum of RGB (Red+Green+Blue) = 221+40+18=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2812 is #22D7ED. Grayscale: #5B5B5B. Windows color (decimal): -2283502 or 1190109. OLE color: 1190109.

HSL color Cylindrical-coordinate representation of color #DD2812: hue angle of 6.5º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD2812 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 18 -
CMYK 0 0.82 0.92 0.13
HSL 6.5º 0.85% 0.47% -
HSV(B) 6.5º 0.92% 0.87% -
XYZ 30.69 16.93 2.22 -
YUV 91.61 86.47 220.29 -
System Red Green Blue C M Y K H S L
Decimal 221 40 18 0 0.82 0.92 0.13 6.5 0.85 0.47
Hex DD 28 12 0 52 5C D 7 55 2F
Octal 335 50 22 0 122 134 15 7 125 57
Binary 11011101 101000 10010 0 1010010 1011100 1101 111 1010101 101111

Color Harmonies of #DD2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2812

Black with #DD2812

Text Example


Text Example

White with #DD2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2812; }

 p { color: rgb(221,40,18); }

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

background-color css

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

 a { background-color: rgb(221,40,18); }

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

border-color css

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

 span { border-color: rgb(221,40,18); }

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