Html Css Color HEX #DD360D Harley Davidson Orange

📋 copy color: '#DD360D'

red 221 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #DD360D

Tints of Harley Davidson Orange #DD360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.75%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 76.74%
G = 18.75%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD360D (or 0xDD360D) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 0D. RGB value is (221,54,13). Sum of RGB (Red+Green+Blue) = 221+54+13=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD360D is #22C9F2. Grayscale: #636363. Windows color (decimal): -2279923 or 866013. OLE color: 866013.

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

Color convert

RGB 221 54 13 -
CMYK 0 0.76 0.94 0.13
HSL 11.83º 0.89% 0.46% -
HSV(B) 11.83º 0.94% 0.87% -
XYZ 31.21 18.04 2.22 -
YUV 99.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 221 54 13 0 0.76 0.94 0.13 11.83 0.89 0.46
Hex DD 36 D 0 4C 5E D C 59 2E
Octal 335 66 15 0 114 136 15 14 131 56
Binary 11011101 110110 1101 0 1001100 1011110 1101 1100 1011001 101110

Color Harmonies of #DD360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD360D

Black with #DD360D

Text Example


Text Example

White with #DD360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD360D; }

 p { color: rgb(221,54,13); }

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

background-color css

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

 a { background-color: rgb(221,54,13); }

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

border-color css

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

 span { border-color: rgb(221,54,13); }

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