Html Css Color HEX #DC4007 Harley Davidson Orange

📋 copy color: '#DC4007'

red 220 ◦ green 64 ◦ blue 7

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

Shades of Harley Davidson Orange #DC4007

Tints of Harley Davidson Orange #DC4007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 75.6%
G = 21.99%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC4007 (or 0xDC4007) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 07. RGB value is (220,64,7). Sum of RGB (Red+Green+Blue) = 220+64+7=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4007 is #23BFF8. Grayscale: #686868. Windows color (decimal): -2342905 or 475356. OLE color: 475356.

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

Color convert

RGB 220 64 7 -
CMYK 0 0.71 0.97 0.14
HSL 16.06º 0.94% 0.45% -
HSV(B) 16.06º 0.97% 0.86% -
XYZ 31.39 18.9 2.19 -
YUV 104.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 220 64 7 0 0.71 0.97 0.14 16.06 0.94 0.45
Hex DC 40 7 0 47 61 E 10 5E 2D
Octal 334 100 7 0 107 141 16 20 136 55
Binary 11011100 1000000 111 0 1000111 1100001 1110 10000 1011110 101101

Color Harmonies of #DC4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4007

Black with #DC4007

Text Example


Text Example

White with #DC4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4007; }

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

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

background-color css

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

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

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

border-color css

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

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

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