Html Css Color HEX #D63501 Harley Davidson Orange

📋 copy color: '#D63501'

red 214 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #D63501

Tints of Harley Davidson Orange #D63501

RGB

 RED value IS 214 (83.98% from 255) = 79.85%

 GREEN value IS 53 (21.09% from 255) = 19.78%

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

R = 79.85%
G = 19.78%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D63501 (or 0xD63501) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 01. RGB value is (214,53,1). Sum of RGB (Red+Green+Blue) = 214+53+1=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D63501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63501 is #29CAFE. Grayscale: #5F5F5F. Windows color (decimal): -2738943 or 79318. OLE color: 79318.

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

Color convert

RGB 214 53 1 -
CMYK 0 0.75 1.00 0.16
HSL 14.65º 0.99% 0.42% -
HSV(B) 14.65º 1% 0.84% -
XYZ 29.01 16.84 1.75 -
YUV 95.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 214 53 1 0 0.75 1.00 0.16 14.65 0.99 0.42
Hex D6 35 1 0 4B 64 10 F 63 2A
Octal 326 65 1 0 113 144 20 17 143 52
Binary 11010110 110101 1 0 1001011 1100100 10000 1111 1100011 101010

Color Harmonies of #D63501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63501

Black with #D63501

Text Example


Text Example

White with #D63501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63501; }

 p { color: rgb(214,53,1); }

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

background-color css

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

 a { background-color: rgb(214,53,1); }

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

border-color css

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

 span { border-color: rgb(214,53,1); }

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