Html Css Color HEX #DD4314 Harley Davidson Orange

📋 copy color: '#DD4314'

red 221 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #DD4314

Tints of Harley Davidson Orange #DD4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 71.75%
G = 21.75%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4314 (or 0xDD4314) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 14. RGB value is (221,67,20). Sum of RGB (Red+Green+Blue) = 221+67+20=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4314 is #22BCEB. Grayscale: #6C6C6C. Windows color (decimal): -2276588 or 1328093. OLE color: 1328093.

HSL color Cylindrical-coordinate representation of color #DD4314: hue angle of 14.03º 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 #DD4314 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 20 -
CMYK 0 0.70 0.91 0.13
HSL 14.03º 0.83% 0.47% -
HSV(B) 14.03º 0.91% 0.87% -
XYZ 31.95 19.44 2.73 -
YUV 107.69 78.52 208.82 -
System Red Green Blue C M Y K H S L
Decimal 221 67 20 0 0.70 0.91 0.13 14.03 0.83 0.47
Hex DD 43 14 0 46 5B D E 53 2F
Octal 335 103 24 0 106 133 15 16 123 57
Binary 11011101 1000011 10100 0 1000110 1011011 1101 1110 1010011 101111

Color Harmonies of #DD4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4314

Black with #DD4314

Text Example


Text Example

White with #DD4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4314; }

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

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

background-color css

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

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

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

border-color css

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

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

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