Html Css Color HEX #DC3E02 Harley Davidson Orange

📋 copy color: '#DC3E02'

red 220 ◦ green 62 ◦ blue 2

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

Shades of Harley Davidson Orange #DC3E02

Tints of Harley Davidson Orange #DC3E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 77.46%
G = 21.83%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC3E02 (or 0xDC3E02) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 02. RGB value is (220,62,2). Sum of RGB (Red+Green+Blue) = 220+62+2=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E02 is #23C1FD. Grayscale: #666666. Windows color (decimal): -2343422 or 147164. OLE color: 147164.

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

Color convert

RGB 220 62 2 -
CMYK 0 0.72 0.99 0.14
HSL 16.51º 0.98% 0.44% -
HSV(B) 16.51º 0.99% 0.86% -
XYZ 31.25 18.67 2.01 -
YUV 102.4 71.35 211.88 -
System Red Green Blue C M Y K H S L
Decimal 220 62 2 0 0.72 0.99 0.14 16.51 0.98 0.44
Hex DC 3E 2 0 48 63 E 11 62 2C
Octal 334 76 2 0 110 143 16 21 142 54
Binary 11011100 111110 10 0 1001000 1100011 1110 10001 1100010 101100

Color Harmonies of #DC3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E02

Black with #DC3E02

Text Example


Text Example

White with #DC3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E02; }

 p { color: rgb(220,62,2); }

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

background-color css

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

 a { background-color: rgb(220,62,2); }

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

border-color css

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

 span { border-color: rgb(220,62,2); }

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