Html Css Color HEX #DC380E Harley Davidson Orange

📋 copy color: '#DC380E'

red 220 ◦ green 56 ◦ blue 14

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

Shades of Harley Davidson Orange #DC380E

Tints of Harley Davidson Orange #DC380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 75.86%
G = 19.31%
B = 4.83%

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

#DC380E (or 0xDC380E) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 0E. RGB value is (220,56,14). Sum of RGB (Red+Green+Blue) = 220+56+14=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC380E is #23C7F1. Grayscale: #646464. Windows color (decimal): -2344946 or 932060. OLE color: 932060.

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

Color convert

RGB 220 56 14 -
CMYK 0 0.75 0.94 0.14
HSL 12.23º 0.88% 0.46% -
HSV(B) 12.23º 0.94% 0.86% -
XYZ 31.01 18.08 2.27 -
YUV 100.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 220 56 14 0 0.75 0.94 0.14 12.23 0.88 0.46
Hex DC 38 E 0 4B 5E E C 58 2E
Octal 334 70 16 0 113 136 16 14 130 56
Binary 11011100 111000 1110 0 1001011 1011110 1110 1100 1011000 101110

Color Harmonies of #DC380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC380E

Black with #DC380E

Text Example


Text Example

White with #DC380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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