Html Css Color HEX #DD3A14 Harley Davidson Orange

📋 copy color: '#DD3A14'

red 221 ◦ green 58 ◦ blue 20

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

Shades of Harley Davidson Orange #DD3A14

Tints of Harley Davidson Orange #DD3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

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

R = 73.91%
G = 19.4%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3A14 (or 0xDD3A14) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 14. RGB value is (221,58,20). Sum of RGB (Red+Green+Blue) = 221+58+20=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A14 is #22C5EB. Grayscale: #666666. Windows color (decimal): -2278892 or 1325789. OLE color: 1325789.

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

Color convert

RGB 221 58 20 -
CMYK 0 0.74 0.91 0.13
HSL 11.34º 0.83% 0.47% -
HSV(B) 11.34º 0.91% 0.87% -
XYZ 31.46 18.45 2.56 -
YUV 102.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 221 58 20 0 0.74 0.91 0.13 11.34 0.83 0.47
Hex DD 3A 14 0 4A 5B D B 53 2F
Octal 335 72 24 0 112 133 15 13 123 57
Binary 11011101 111010 10100 0 1001010 1011011 1101 1011 1010011 101111

Color Harmonies of #DD3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A14

Black with #DD3A14

Text Example


Text Example

White with #DD3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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