Html Css Color HEX #DD400F Harley Davidson Orange

📋 copy color: '#DD400F'

red 221 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #DD400F

Tints of Harley Davidson Orange #DD400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 73.67%
G = 21.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD400F (or 0xDD400F) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 0F. RGB value is (221,64,15). Sum of RGB (Red+Green+Blue) = 221+64+15=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD400F is #22BFF0. Grayscale: #696969. Windows color (decimal): -2277361 or 999645. OLE color: 999645.

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

Color convert

RGB 221 64 15 -
CMYK 0 0.71 0.93 0.13
HSL 14.27º 0.87% 0.46% -
HSV(B) 14.27º 0.93% 0.87% -
XYZ 31.74 19.07 2.46 -
YUV 105.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 221 64 15 0 0.71 0.93 0.13 14.27 0.87 0.46
Hex DD 40 F 0 47 5D D E 57 2E
Octal 335 100 17 0 107 135 15 16 127 56
Binary 11011101 1000000 1111 0 1000111 1011101 1101 1110 1010111 101110

Color Harmonies of #DD400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD400F

Black with #DD400F

Text Example


Text Example

White with #DD400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD400F; }

 p { color: rgb(221,64,15); }

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

background-color css

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

 a { background-color: rgb(221,64,15); }

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

border-color css

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

 span { border-color: rgb(221,64,15); }

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