Html Css Color HEX #DC380D Harley Davidson Orange

📋 copy color: '#DC380D'

red 220 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #DC380D

Tints of Harley Davidson Orange #DC380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 76.12%
G = 19.38%
B = 4.5%

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

#DC380D (or 0xDC380D) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 0D. RGB value is (220,56,13). Sum of RGB (Red+Green+Blue) = 220+56+13=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC380D is #23C7F2. Grayscale: #646464. Windows color (decimal): -2344947 or 866524. OLE color: 866524.

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

Color convert

RGB 220 56 13 -
CMYK 0 0.75 0.94 0.14
HSL 12.46º 0.89% 0.46% -
HSV(B) 12.46º 0.94% 0.86% -
XYZ 31 18.07 2.24 -
YUV 100.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 220 56 13 0 0.75 0.94 0.14 12.46 0.89 0.46
Hex DC 38 D 0 4B 5E E C 59 2E
Octal 334 70 15 0 113 136 16 14 131 56
Binary 11011100 111000 1101 0 1001011 1011110 1110 1100 1011001 101110

Color Harmonies of #DC380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC380D

Black with #DC380D

Text Example


Text Example

White with #DC380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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