Html Css Color HEX #DD3602 Harley Davidson Orange

📋 copy color: '#DD3602'

red 221 ◦ green 54 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3602

Tints of Harley Davidson Orange #DD3602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 79.78%
G = 19.49%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3602 (or 0xDD3602) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 02. RGB value is (221,54,2). Sum of RGB (Red+Green+Blue) = 221+54+2=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3602 is #22C9FD. Grayscale: #626262. Windows color (decimal): -2279934 or 145117. OLE color: 145117.

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

Color convert

RGB 221 54 2 -
CMYK 0 0.76 0.99 0.13
HSL 14.25º 0.98% 0.44% -
HSV(B) 14.25º 0.99% 0.87% -
XYZ 31.15 18.01 1.89 -
YUV 98.01 73.83 215.73 -
System Red Green Blue C M Y K H S L
Decimal 221 54 2 0 0.76 0.99 0.13 14.25 0.98 0.44
Hex DD 36 2 0 4C 63 D E 62 2C
Octal 335 66 2 0 114 143 15 16 142 54
Binary 11011101 110110 10 0 1001100 1100011 1101 1110 1100010 101100

Color Harmonies of #DD3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3602

Black with #DD3602

Text Example


Text Example

White with #DD3602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3602; }

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

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

background-color css

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

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

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

border-color css

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

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

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