Html Css Color HEX #DC410D Harley Davidson Orange

📋 copy color: '#DC410D'

red 220 ◦ green 65 ◦ blue 13

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

Shades of Harley Davidson Orange #DC410D

Tints of Harley Davidson Orange #DC410D

RGB

 RED value IS 220 (86.33% from 255) = 73.83%

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 73.83%
G = 21.81%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC410D (or 0xDC410D) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 0D. RGB value is (220,65,13). Sum of RGB (Red+Green+Blue) = 220+65+13=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC410D is #23BEF2. Grayscale: #696969. Windows color (decimal): -2342643 or 868828. OLE color: 868828.

HSL color Cylindrical-coordinate representation of color #DC410D: hue angle of 15.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC410D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 13 -
CMYK 0 0.70 0.94 0.14
HSL 15.07º 0.89% 0.46% -
HSV(B) 15.07º 0.94% 0.86% -
XYZ 31.48 19.03 2.39 -
YUV 105.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 220 65 13 0 0.70 0.94 0.14 15.07 0.89 0.46
Hex DC 41 D 0 46 5E E F 59 2E
Octal 334 101 15 0 106 136 16 17 131 56
Binary 11011100 1000001 1101 0 1000110 1011110 1110 1111 1011001 101110

Color Harmonies of #DC410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC410D

Black with #DC410D

Text Example


Text Example

White with #DC410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC410D; }

 p { color: rgb(220,65,13); }

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

background-color css

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

 a { background-color: rgb(220,65,13); }

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

border-color css

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

 span { border-color: rgb(220,65,13); }

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