Html Css Color HEX #DC390D Harley Davidson Orange

📋 copy color: '#DC390D'

red 220 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #DC390D

Tints of Harley Davidson Orange #DC390D

RGB

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

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

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

R = 75.86%
G = 19.66%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC390D (or 0xDC390D) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 0D. RGB value is (220,57,13). Sum of RGB (Red+Green+Blue) = 220+57+13=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC390D is #23C6F2. Grayscale: #656565. Windows color (decimal): -2344691 or 866780. OLE color: 866780.

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

Color convert

RGB 220 57 13 -
CMYK 0 0.74 0.94 0.14
HSL 12.75º 0.89% 0.46% -
HSV(B) 12.75º 0.94% 0.86% -
XYZ 31.05 18.17 2.25 -
YUV 100.72 78.5 213.08 -
System Red Green Blue C M Y K H S L
Decimal 220 57 13 0 0.74 0.94 0.14 12.75 0.89 0.46
Hex DC 39 D 0 4A 5E E D 59 2E
Octal 334 71 15 0 112 136 16 15 131 56
Binary 11011100 111001 1101 0 1001010 1011110 1110 1101 1011001 101110

Color Harmonies of #DC390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC390D

Black with #DC390D

Text Example


Text Example

White with #DC390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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