Html Css Color HEX #DD3F03 Harley Davidson Orange

📋 copy color: '#DD3F03'

red 221 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3F03

Tints of Harley Davidson Orange #DD3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 77%
G = 21.95%
B = 1.05%

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

#DD3F03 (or 0xDD3F03) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 03. RGB value is (221,63,3). Sum of RGB (Red+Green+Blue) = 221+63+3=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F03 is #22C0FC. Grayscale: #676767. Windows color (decimal): -2277629 or 212957. OLE color: 212957.

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

Color convert

RGB 221 63 3 -
CMYK 0 0.71 0.99 0.13
HSL 16.51º 0.97% 0.44% -
HSV(B) 16.51º 0.99% 0.87% -
XYZ 31.61 18.93 2.07 -
YUV 103.4 71.35 211.88 -
System Red Green Blue C M Y K H S L
Decimal 221 63 3 0 0.71 0.99 0.13 16.51 0.97 0.44
Hex DD 3F 3 0 47 63 D 11 61 2C
Octal 335 77 3 0 107 143 15 21 141 54
Binary 11011101 111111 11 0 1000111 1100011 1101 10001 1100001 101100

Color Harmonies of #DD3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F03

Black with #DD3F03

Text Example


Text Example

White with #DD3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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