Html Css Color HEX #DD4108 Harley Davidson Orange

📋 copy color: '#DD4108'

red 221 ◦ green 65 ◦ blue 8

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

Shades of Harley Davidson Orange #DD4108

Tints of Harley Davidson Orange #DD4108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 75.17%
G = 22.11%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4108 (or 0xDD4108) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 08. RGB value is (221,65,8). Sum of RGB (Red+Green+Blue) = 221+65+8=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4108 is #22BEF7. Grayscale: #696969. Windows color (decimal): -2277112 or 541149. OLE color: 541149.

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

Color convert

RGB 221 65 8 -
CMYK 0 0.71 0.96 0.13
HSL 16.06º 0.93% 0.45% -
HSV(B) 16.06º 0.96% 0.87% -
XYZ 31.75 19.17 2.26 -
YUV 105.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 221 65 8 0 0.71 0.96 0.13 16.06 0.93 0.45
Hex DD 41 8 0 47 60 D 10 5D 2D
Octal 335 101 10 0 107 140 15 20 135 55
Binary 11011101 1000001 1000 0 1000111 1100000 1101 10000 1011101 101101

Color Harmonies of #DD4108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4108

Black with #DD4108

Text Example


Text Example

White with #DD4108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4108; }

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

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

background-color css

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

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

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

border-color css

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

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

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