Html Css Color HEX #DD3715 Harley Davidson Orange

📋 copy color: '#DD3715'

red 221 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3715

Tints of Harley Davidson Orange #DD3715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 74.41%
G = 18.52%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3715 (or 0xDD3715) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 15. RGB value is (221,55,21). Sum of RGB (Red+Green+Blue) = 221+55+21=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3715 is #22C8EA. Grayscale: #656565. Windows color (decimal): -2279659 or 1390557. OLE color: 1390557.

HSL color Cylindrical-coordinate representation of color #DD3715: hue angle of 10.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD3715 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 21 -
CMYK 0 0.75 0.90 0.13
HSL 10.2º 0.83% 0.47% -
HSV(B) 10.2º 0.9% 0.87% -
XYZ 31.32 18.16 2.56 -
YUV 100.76 83 213.76 -
System Red Green Blue C M Y K H S L
Decimal 221 55 21 0 0.75 0.90 0.13 10.2 0.83 0.47
Hex DD 37 15 0 4B 5A D A 53 2F
Octal 335 67 25 0 113 132 15 12 123 57
Binary 11011101 110111 10101 0 1001011 1011010 1101 1010 1010011 101111

Color Harmonies of #DD3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3715

Black with #DD3715

Text Example


Text Example

White with #DD3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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