Html Css Color HEX #DD3603 Harley Davidson Orange

📋 copy color: '#DD3603'

red 221 ◦ green 54 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3603

Tints of Harley Davidson Orange #DD3603

RGB

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

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

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

R = 79.5%
G = 19.42%
B = 1.08%

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

#DD3603 (or 0xDD3603) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 03. RGB value is (221,54,3). Sum of RGB (Red+Green+Blue) = 221+54+3=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3603 is #22C9FC. Grayscale: #626262. Windows color (decimal): -2279933 or 210653. OLE color: 210653.

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

Color convert

RGB 221 54 3 -
CMYK 0 0.76 0.99 0.13
HSL 14.04º 0.97% 0.44% -
HSV(B) 14.04º 0.99% 0.87% -
XYZ 31.15 18.02 1.92 -
YUV 98.12 74.33 215.65 -
System Red Green Blue C M Y K H S L
Decimal 221 54 3 0 0.76 0.99 0.13 14.04 0.97 0.44
Hex DD 36 3 0 4C 63 D E 61 2C
Octal 335 66 3 0 114 143 15 16 141 54
Binary 11011101 110110 11 0 1001100 1100011 1101 1110 1100001 101100

Color Harmonies of #DD3603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3603

Black with #DD3603

Text Example


Text Example

White with #DD3603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3603; }

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

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

background-color css

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

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

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

border-color css

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

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

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