Html Css Color HEX #DC3801 Harley Davidson Orange

📋 copy color: '#DC3801'

red 220 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #DC3801

Tints of Harley Davidson Orange #DC3801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 79.42%
G = 20.22%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC3801 (or 0xDC3801) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 01. RGB value is (220,56,1). Sum of RGB (Red+Green+Blue) = 220+56+1=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3801 is #23C7FE. Grayscale: #636363. Windows color (decimal): -2344959 or 80092. OLE color: 80092.

HSL color Cylindrical-coordinate representation of color #DC3801: hue angle of 15.07º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC3801 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 1 -
CMYK 0 0.75 1.00 0.14
HSL 15.07º 0.99% 0.43% -
HSV(B) 15.07º 1% 0.86% -
XYZ 30.93 18.05 1.88 -
YUV 98.77 72.83 214.47 -
System Red Green Blue C M Y K H S L
Decimal 220 56 1 0 0.75 1.00 0.14 15.07 0.99 0.43
Hex DC 38 1 0 4B 64 E F 63 2B
Octal 334 70 1 0 113 144 16 17 143 53
Binary 11011100 111000 1 0 1001011 1100100 1110 1111 1100011 101011

Color Harmonies of #DC3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3801

Black with #DC3801

Text Example


Text Example

White with #DC3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3801; }

 p { color: rgb(220,56,1); }

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

background-color css

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

 a { background-color: rgb(220,56,1); }

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

border-color css

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

 span { border-color: rgb(220,56,1); }

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