Html Css Color HEX #DC3003 Harley Davidson Orange

📋 copy color: '#DC3003'

red 220 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #DC3003

Tints of Harley Davidson Orange #DC3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 81.18%
G = 17.71%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC3003 (or 0xDC3003) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 03. RGB value is (220,48,3). Sum of RGB (Red+Green+Blue) = 220+48+3=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3003 is #23CFFC. Grayscale: #5E5E5E. Windows color (decimal): -2347005 or 209116. OLE color: 209116.

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

Color convert

RGB 220 48 3 -
CMYK 0 0.78 0.99 0.14
HSL 12.44º 0.97% 0.44% -
HSV(B) 12.44º 0.99% 0.86% -
XYZ 30.59 17.34 1.82 -
YUV 94.3 76.48 217.66 -
System Red Green Blue C M Y K H S L
Decimal 220 48 3 0 0.78 0.99 0.14 12.44 0.97 0.44
Hex DC 30 3 0 4E 63 E C 61 2C
Octal 334 60 3 0 116 143 16 14 141 54
Binary 11011100 110000 11 0 1001110 1100011 1110 1100 1100001 101100

Color Harmonies of #DC3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3003

Black with #DC3003

Text Example


Text Example

White with #DC3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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