Html Css Color HEX #DD3710 Harley Davidson Orange

📋 copy color: '#DD3710'

red 221 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #DD3710

Tints of Harley Davidson Orange #DD3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 75.68%
G = 18.84%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD3710 (or 0xDD3710) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 10. RGB value is (221,55,16). Sum of RGB (Red+Green+Blue) = 221+55+16=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3710 is #22C8EF. Grayscale: #646464. Windows color (decimal): -2279664 or 1062877. OLE color: 1062877.

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

Color convert

RGB 221 55 16 -
CMYK 0 0.75 0.93 0.13
HSL 11.41º 0.86% 0.46% -
HSV(B) 11.41º 0.93% 0.87% -
XYZ 31.28 18.14 2.34 -
YUV 100.19 80.5 214.17 -
System Red Green Blue C M Y K H S L
Decimal 221 55 16 0 0.75 0.93 0.13 11.41 0.86 0.46
Hex DD 37 10 0 4B 5D D B 56 2E
Octal 335 67 20 0 113 135 15 13 126 56
Binary 11011101 110111 10000 0 1001011 1011101 1101 1011 1010110 101110

Color Harmonies of #DD3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3710

Black with #DD3710

Text Example


Text Example

White with #DD3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3710; }

 p { color: rgb(221,55,16); }

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

background-color css

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

 a { background-color: rgb(221,55,16); }

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

border-color css

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

 span { border-color: rgb(221,55,16); }

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