Html Css Color HEX #DD3413 Harley Davidson Orange

📋 copy color: '#DD3413'

red 221 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #DD3413

Tints of Harley Davidson Orange #DD3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 75.68%
G = 17.81%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3413 (or 0xDD3413) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 13. RGB value is (221,52,19). Sum of RGB (Red+Green+Blue) = 221+52+19=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3413 is #22CBEC. Grayscale: #636363. Windows color (decimal): -2280429 or 1258717. OLE color: 1258717.

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

Color convert

RGB 221 52 19 -
CMYK 0 0.76 0.91 0.13
HSL 9.8º 0.84% 0.47% -
HSV(B) 9.8º 0.91% 0.87% -
XYZ 31.16 17.88 2.42 -
YUV 98.77 82.99 215.18 -
System Red Green Blue C M Y K H S L
Decimal 221 52 19 0 0.76 0.91 0.13 9.8 0.84 0.47
Hex DD 34 13 0 4C 5B D A 54 2F
Octal 335 64 23 0 114 133 15 12 124 57
Binary 11011101 110100 10011 0 1001100 1011011 1101 1010 1010100 101111

Color Harmonies of #DD3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3413

Black with #DD3413

Text Example


Text Example

White with #DD3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3413; }

 p { color: rgb(221,52,19); }

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

background-color css

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

 a { background-color: rgb(221,52,19); }

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

border-color css

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

 span { border-color: rgb(221,52,19); }

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