Html Css Color HEX #DC3F03 Harley Davidson Orange

📋 copy color: '#DC3F03'

red 220 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #DC3F03

Tints of Harley Davidson Orange #DC3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

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

R = 76.92%
G = 22.03%
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

#DC3F03 (or 0xDC3F03) is known color: Harley Davidson Orange. HEX triplet: DC, 3F and 03. RGB value is (220,63,3). Sum of RGB (Red+Green+Blue) = 220+63+3=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3F03 is #23C0FC. Grayscale: #676767. Windows color (decimal): -2343165 or 212956. OLE color: 212956.

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

Color convert

RGB 220 63 3 -
CMYK 0 0.71 0.99 0.14
HSL 16.59º 0.97% 0.44% -
HSV(B) 16.59º 0.99% 0.86% -
XYZ 31.31 18.78 2.06 -
YUV 103.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 220 63 3 0 0.71 0.99 0.14 16.59 0.97 0.44
Hex DC 3F 3 0 47 63 E 11 61 2C
Octal 334 77 3 0 107 143 16 21 141 54
Binary 11011100 111111 11 0 1000111 1100011 1110 10001 1100001 101100

Color Harmonies of #DC3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F03

Black with #DC3F03

Text Example


Text Example

White with #DC3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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