Html Css Color HEX #DD3803 Harley Davidson Orange

📋 copy color: '#DD3803'

red 221 ◦ green 56 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3803

Tints of Harley Davidson Orange #DD3803

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 78.93%
G = 20%
B = 1.07%

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

#DD3803 (or 0xDD3803) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 03. RGB value is (221,56,3). Sum of RGB (Red+Green+Blue) = 221+56+3=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3803 is #22C7FC. Grayscale: #636363. Windows color (decimal): -2279421 or 211165. OLE color: 211165.

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

Color convert

RGB 221 56 3 -
CMYK 0 0.75 0.99 0.13
HSL 14.59º 0.97% 0.44% -
HSV(B) 14.59º 0.99% 0.87% -
XYZ 31.25 18.21 1.95 -
YUV 99.29 73.66 214.81 -
System Red Green Blue C M Y K H S L
Decimal 221 56 3 0 0.75 0.99 0.13 14.59 0.97 0.44
Hex DD 38 3 0 4B 63 D F 61 2C
Octal 335 70 3 0 113 143 15 17 141 54
Binary 11011101 111000 11 0 1001011 1100011 1101 1111 1100001 101100

Color Harmonies of #DD3803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3803

Black with #DD3803

Text Example


Text Example

White with #DD3803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3803; }

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

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

background-color css

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

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

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

border-color css

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

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

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