Html Css Color HEX #DC4003 Harley Davidson Orange

📋 copy color: '#DC4003'

red 220 ◦ green 64 ◦ blue 3

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

Shades of Harley Davidson Orange #DC4003

Tints of Harley Davidson Orange #DC4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 76.66%
G = 22.3%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4003 (or 0xDC4003) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 03. RGB value is (220,64,3). Sum of RGB (Red+Green+Blue) = 220+64+3=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4003 is #23BFFC. Grayscale: #686868. Windows color (decimal): -2342909 or 213212. OLE color: 213212.

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

Color convert

RGB 220 64 3 -
CMYK 0 0.71 0.99 0.14
HSL 16.87º 0.97% 0.44% -
HSV(B) 16.87º 0.99% 0.86% -
XYZ 31.37 18.89 2.08 -
YUV 103.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 220 64 3 0 0.71 0.99 0.14 16.87 0.97 0.44
Hex DC 40 3 0 47 63 E 11 61 2C
Octal 334 100 3 0 107 143 16 21 141 54
Binary 11011100 1000000 11 0 1000111 1100011 1110 10001 1100001 101100

Color Harmonies of #DC4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4003

Black with #DC4003

Text Example


Text Example

White with #DC4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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