Html Css Color HEX #D63502 Harley Davidson Orange

📋 copy color: '#D63502'

red 214 ◦ green 53 ◦ blue 2

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

Shades of Harley Davidson Orange #D63502

Tints of Harley Davidson Orange #D63502

RGB

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

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

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

R = 79.55%
G = 19.7%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63502 (or 0xD63502) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 02. RGB value is (214,53,2). Sum of RGB (Red+Green+Blue) = 214+53+2=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D63502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63502 is #29CAFD. Grayscale: #5F5F5F. Windows color (decimal): -2738942 or 144854. OLE color: 144854.

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

Color convert

RGB 214 53 2 -
CMYK 0 0.75 0.99 0.16
HSL 14.43º 0.98% 0.42% -
HSV(B) 14.43º 0.99% 0.84% -
XYZ 29.02 16.85 1.78 -
YUV 95.33 75.34 212.65 -
System Red Green Blue C M Y K H S L
Decimal 214 53 2 0 0.75 0.99 0.16 14.43 0.98 0.42
Hex D6 35 2 0 4B 63 10 E 62 2A
Octal 326 65 2 0 113 143 20 16 142 52
Binary 11010110 110101 10 0 1001011 1100011 10000 1110 1100010 101010

Color Harmonies of #D63502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63502

Black with #D63502

Text Example


Text Example

White with #D63502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63502; }

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

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

background-color css

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

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

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

border-color css

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

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

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