Html Css Color HEX #DD3902 Harley Davidson Orange

📋 copy color: '#DD3902'

red 221 ◦ green 57 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3902

Tints of Harley Davidson Orange #DD3902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 78.93%
G = 20.36%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3902 (or 0xDD3902) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 02. RGB value is (221,57,2). Sum of RGB (Red+Green+Blue) = 221+57+2=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3902 is #22C6FD. Grayscale: #646464. Windows color (decimal): -2279166 or 145885. OLE color: 145885.

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

Color convert

RGB 221 57 2 -
CMYK 0 0.74 0.99 0.13
HSL 15.07º 0.98% 0.44% -
HSV(B) 15.07º 0.99% 0.87% -
XYZ 31.29 18.3 1.94 -
YUV 99.77 72.83 214.47 -
System Red Green Blue C M Y K H S L
Decimal 221 57 2 0 0.74 0.99 0.13 15.07 0.98 0.44
Hex DD 39 2 0 4A 63 D F 62 2C
Octal 335 71 2 0 112 143 15 17 142 54
Binary 11011101 111001 10 0 1001010 1100011 1101 1111 1100010 101100

Color Harmonies of #DD3902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3902

Black with #DD3902

Text Example


Text Example

White with #DD3902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3902; }

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

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

background-color css

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

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

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

border-color css

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

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

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