Html Css Color HEX #DD3014 Harley Davidson Orange

📋 copy color: '#DD3014'

red 221 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #DD3014

Tints of Harley Davidson Orange #DD3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 76.47%
G = 16.61%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3014 (or 0xDD3014) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 14. RGB value is (221,48,20). Sum of RGB (Red+Green+Blue) = 221+48+20=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3014 is #22CFEB. Grayscale: #606060. Windows color (decimal): -2281452 or 1323229. OLE color: 1323229.

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

Color convert

RGB 221 48 20 -
CMYK 0 0.78 0.91 0.13
HSL 8.36º 0.83% 0.47% -
HSV(B) 8.36º 0.91% 0.87% -
XYZ 31 17.54 2.41 -
YUV 96.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 221 48 20 0 0.78 0.91 0.13 8.36 0.83 0.47
Hex DD 30 14 0 4E 5B D 8 53 2F
Octal 335 60 24 0 116 133 15 10 123 57
Binary 11011101 110000 10100 0 1001110 1011011 1101 1000 1010011 101111

Color Harmonies of #DD3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3014

Black with #DD3014

Text Example


Text Example

White with #DD3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3014; }

 p { color: rgb(221,48,20); }

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

background-color css

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

 a { background-color: rgb(221,48,20); }

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

border-color css

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

 span { border-color: rgb(221,48,20); }

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