Html Css Color HEX #DC400F Harley Davidson Orange

📋 copy color: '#DC400F'

red 220 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #DC400F

Tints of Harley Davidson Orange #DC400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 73.58%
G = 21.4%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC400F (or 0xDC400F) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 0F. RGB value is (220,64,15). Sum of RGB (Red+Green+Blue) = 220+64+15=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC400F is #23BFF0. Grayscale: #696969. Windows color (decimal): -2342897 or 999644. OLE color: 999644.

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

Color convert

RGB 220 64 15 -
CMYK 0 0.71 0.93 0.14
HSL 14.34º 0.87% 0.46% -
HSV(B) 14.34º 0.93% 0.86% -
XYZ 31.43 18.92 2.45 -
YUV 105.06 77.18 209.98 -
System Red Green Blue C M Y K H S L
Decimal 220 64 15 0 0.71 0.93 0.14 14.34 0.87 0.46
Hex DC 40 F 0 47 5D E E 57 2E
Octal 334 100 17 0 107 135 16 16 127 56
Binary 11011100 1000000 1111 0 1000111 1011101 1110 1110 1010111 101110

Color Harmonies of #DC400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC400F

Black with #DC400F

Text Example


Text Example

White with #DC400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC400F; }

 p { color: rgb(220,64,15); }

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

background-color css

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

 a { background-color: rgb(220,64,15); }

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

border-color css

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

 span { border-color: rgb(220,64,15); }

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