Html Css Color HEX #DD3F02 Harley Davidson Orange

📋 copy color: '#DD3F02'

red 221 ◦ green 63 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3F02

Tints of Harley Davidson Orange #DD3F02

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

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

R = 77.27%
G = 22.03%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3F02 (or 0xDD3F02) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 02. RGB value is (221,63,2). Sum of RGB (Red+Green+Blue) = 221+63+2=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F02 is #22C0FD. Grayscale: #676767. Windows color (decimal): -2277630 or 147421. OLE color: 147421.

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

Color convert

RGB 221 63 2 -
CMYK 0 0.71 0.99 0.13
HSL 16.71º 0.98% 0.44% -
HSV(B) 16.71º 0.99% 0.87% -
XYZ 31.61 18.93 2.05 -
YUV 103.29 70.85 211.96 -
System Red Green Blue C M Y K H S L
Decimal 221 63 2 0 0.71 0.99 0.13 16.71 0.98 0.44
Hex DD 3F 2 0 47 63 D 11 62 2C
Octal 335 77 2 0 107 143 15 21 142 54
Binary 11011101 111111 10 0 1000111 1100011 1101 10001 1100010 101100

Color Harmonies of #DD3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F02

Black with #DD3F02

Text Example


Text Example

White with #DD3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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