Html Css Color HEX #DD410E Harley Davidson Orange

📋 copy color: '#DD410E'

red 221 ◦ green 65 ◦ blue 14

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

Shades of Harley Davidson Orange #DD410E

Tints of Harley Davidson Orange #DD410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 73.67%
G = 21.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD410E (or 0xDD410E) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 0E. RGB value is (221,65,14). Sum of RGB (Red+Green+Blue) = 221+65+14=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD410E is #22BEF1. Grayscale: #6A6A6A. Windows color (decimal): -2277106 or 934365. OLE color: 934365.

HSL color Cylindrical-coordinate representation of color #DD410E: hue angle of 14.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD410E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 14 -
CMYK 0 0.71 0.94 0.13
HSL 14.78º 0.88% 0.46% -
HSV(B) 14.78º 0.94% 0.87% -
XYZ 31.79 19.18 2.44 -
YUV 105.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 221 65 14 0 0.71 0.94 0.13 14.78 0.88 0.46
Hex DD 41 E 0 47 5E D F 58 2E
Octal 335 101 16 0 107 136 15 17 130 56
Binary 11011101 1000001 1110 0 1000111 1011110 1101 1111 1011000 101110

Color Harmonies of #DD410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD410E

Black with #DD410E

Text Example


Text Example

White with #DD410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD410E; }

 p { color: rgb(221,65,14); }

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

background-color css

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

 a { background-color: rgb(221,65,14); }

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

border-color css

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

 span { border-color: rgb(221,65,14); }

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