Html Css Color HEX #DD3702 Harley Davidson Orange

📋 copy color: '#DD3702'

red 221 ◦ green 55 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3702

Tints of Harley Davidson Orange #DD3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

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

R = 79.5%
G = 19.78%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3702 (or 0xDD3702) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 02. RGB value is (221,55,2). Sum of RGB (Red+Green+Blue) = 221+55+2=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3702 is #22C8FD. Grayscale: #626262. Windows color (decimal): -2279678 or 145373. OLE color: 145373.

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

Color convert

RGB 221 55 2 -
CMYK 0 0.75 0.99 0.13
HSL 14.52º 0.98% 0.44% -
HSV(B) 14.52º 0.99% 0.87% -
XYZ 31.2 18.11 1.91 -
YUV 98.59 73.5 215.31 -
System Red Green Blue C M Y K H S L
Decimal 221 55 2 0 0.75 0.99 0.13 14.52 0.98 0.44
Hex DD 37 2 0 4B 63 D F 62 2C
Octal 335 67 2 0 113 143 15 17 142 54
Binary 11011101 110111 10 0 1001011 1100011 1101 1111 1100010 101100

Color Harmonies of #DD3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3702

Black with #DD3702

Text Example


Text Example

White with #DD3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3702; }

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

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

background-color css

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

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

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

border-color css

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

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

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