Html Css Color HEX #DD3904 Harley Davidson Orange

📋 copy color: '#DD3904'

red 221 ◦ green 57 ◦ blue 4

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

Shades of Harley Davidson Orange #DD3904

Tints of Harley Davidson Orange #DD3904

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.21%

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

R = 78.37%
G = 20.21%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3904 (or 0xDD3904) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 04. RGB value is (221,57,4). Sum of RGB (Red+Green+Blue) = 221+57+4=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3904 is #22C6FB. Grayscale: #646464. Windows color (decimal): -2279164 or 276957. OLE color: 276957.

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

Color convert

RGB 221 57 4 -
CMYK 0 0.74 0.98 0.13
HSL 14.65º 0.96% 0.44% -
HSV(B) 14.65º 0.98% 0.87% -
XYZ 31.3 18.31 2 -
YUV 99.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 221 57 4 0 0.74 0.98 0.13 14.65 0.96 0.44
Hex DD 39 4 0 4A 62 D F 60 2C
Octal 335 71 4 0 112 142 15 17 140 54
Binary 11011101 111001 100 0 1001010 1100010 1101 1111 1100000 101100

Color Harmonies of #DD3904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3904

Black with #DD3904

Text Example


Text Example

White with #DD3904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3904; }

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

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

background-color css

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

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

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

border-color css

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

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

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