Html Css Color HEX #D63500 Harley Davidson Orange

📋 copy color: '#D63500'

red 214 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #D63500

Tints of Harley Davidson Orange #D63500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.15%
G = 19.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D63500 (or 0xD63500) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 00. RGB value is (214,53,0). Sum of RGB (Red+Green+Blue) = 214+53+0=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D63500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63500 is #29CAFF. Grayscale: #5F5F5F. Windows color (decimal): -2738944 or 13782. OLE color: 13782.

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

Color convert

RGB 214 53 0 -
CMYK 0 0.75 1 0.16
HSL 14.86º 1% 0.42% -
HSV(B) 14.86º 1% 0.84% -
XYZ 29 16.84 1.72 -
YUV 95.1 74.34 212.81 -
System Red Green Blue C M Y K H S L
Decimal 214 53 0 0 0.75 1 0.16 14.86 1 0.42
Hex D6 35 0 0 4B 64 10 F 64 2A
Octal 326 65 0 0 113 144 20 17 144 52
Binary 11010110 110101 0 0 1001011 1100100 10000 1111 1100100 101010

Color Harmonies of #D63500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63500

Black with #D63500

Text Example


Text Example

White with #D63500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63500; }

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

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

background-color css

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

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

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

border-color css

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

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

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