Html Css Color HEX #DC360D Harley Davidson Orange

📋 copy color: '#DC360D'

red 220 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #DC360D

Tints of Harley Davidson Orange #DC360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 76.66%
G = 18.82%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC360D (or 0xDC360D) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 0D. RGB value is (220,54,13). Sum of RGB (Red+Green+Blue) = 220+54+13=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC360D is #23C9F2. Grayscale: #636363. Windows color (decimal): -2345459 or 866012. OLE color: 866012.

HSL color Cylindrical-coordinate representation of color #DC360D: hue angle of 11.88º 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 #DC360D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 13 -
CMYK 0 0.75 0.94 0.14
HSL 11.88º 0.89% 0.46% -
HSV(B) 11.88º 0.94% 0.86% -
XYZ 30.91 17.88 2.2 -
YUV 98.96 79.5 214.33 -
System Red Green Blue C M Y K H S L
Decimal 220 54 13 0 0.75 0.94 0.14 11.88 0.89 0.46
Hex DC 36 D 0 4B 5E E C 59 2E
Octal 334 66 15 0 113 136 16 14 131 56
Binary 11011100 110110 1101 0 1001011 1011110 1110 1100 1011001 101110

Color Harmonies of #DC360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC360D

Black with #DC360D

Text Example


Text Example

White with #DC360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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