Html Css Color HEX #DD3804 Harley Davidson Orange

📋 copy color: '#DD3804'

red 221 ◦ green 56 ◦ blue 4

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

Shades of Harley Davidson Orange #DD3804

Tints of Harley Davidson Orange #DD3804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 78.65%
G = 19.93%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3804 (or 0xDD3804) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 04. RGB value is (221,56,4). Sum of RGB (Red+Green+Blue) = 221+56+4=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3804 is #22C7FB. Grayscale: #636363. Windows color (decimal): -2279420 or 276701. OLE color: 276701.

HSL color Cylindrical-coordinate representation of color #DD3804: hue angle of 14.38º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD3804 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 4 -
CMYK 0 0.75 0.98 0.13
HSL 14.38º 0.96% 0.44% -
HSV(B) 14.38º 0.98% 0.87% -
XYZ 31.25 18.21 1.98 -
YUV 99.41 74.16 214.73 -
System Red Green Blue C M Y K H S L
Decimal 221 56 4 0 0.75 0.98 0.13 14.38 0.96 0.44
Hex DD 38 4 0 4B 62 D E 60 2C
Octal 335 70 4 0 113 142 15 16 140 54
Binary 11011101 111000 100 0 1001011 1100010 1101 1110 1100000 101100

Color Harmonies of #DD3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3804

Black with #DD3804

Text Example


Text Example

White with #DD3804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3804; }

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

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

background-color css

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

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

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

border-color css

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

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

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