Html Css Color HEX #DD3F18 Harley Davidson Orange

📋 copy color: '#DD3F18'

red 221 ◦ green 63 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3F18

Tints of Harley Davidson Orange #DD3F18

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 71.75%
G = 20.45%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3F18 (or 0xDD3F18) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 18. RGB value is (221,63,24). Sum of RGB (Red+Green+Blue) = 221+63+24=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F18 is #22C0E7. Grayscale: #6A6A6A. Windows color (decimal): -2277608 or 1589213. OLE color: 1589213.

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

Color convert

RGB 221 63 24 -
CMYK 0 0.71 0.89 0.13
HSL 11.88º 0.8% 0.48% -
HSV(B) 11.88º 0.89% 0.87% -
XYZ 31.76 18.99 2.86 -
YUV 105.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 221 63 24 0 0.71 0.89 0.13 11.88 0.8 0.48
Hex DD 3F 18 0 47 59 D C 50 30
Octal 335 77 30 0 107 131 15 14 120 60
Binary 11011101 111111 11000 0 1000111 1011001 1101 1100 1010000 110000

Color Harmonies of #DD3F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F18

Black with #DD3F18

Text Example


Text Example

White with #DD3F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F18; }

 p { color: rgb(221,63,24); }

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

background-color css

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

 a { background-color: rgb(221,63,24); }

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

border-color css

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

 span { border-color: rgb(221,63,24); }

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