Html Css Color HEX #D63300 Harley Davidson Orange

📋 copy color: '#D63300'

red 214 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #D63300

Tints of Harley Davidson Orange #D63300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 80.75%
G = 19.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D63300 (or 0xD63300) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 00. RGB value is (214,51,0). Sum of RGB (Red+Green+Blue) = 214+51+0=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D63300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63300 is #29CCFF. Grayscale: #5E5E5E. Windows color (decimal): -2739456 or 13270. OLE color: 13270.

HSL color Cylindrical-coordinate representation of color #D63300: hue angle of 14.3º 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 #D63300 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 0 -
CMYK 0 0.76 1 0.16
HSL 14.3º 1% 0.42% -
HSV(B) 14.3º 1% 0.84% -
XYZ 28.92 16.66 1.69 -
YUV 93.92 75 213.65 -
System Red Green Blue C M Y K H S L
Decimal 214 51 0 0 0.76 1 0.16 14.3 1 0.42
Hex D6 33 0 0 4C 64 10 E 64 2A
Octal 326 63 0 0 114 144 20 16 144 52
Binary 11010110 110011 0 0 1001100 1100100 10000 1110 1100100 101010

Color Harmonies of #D63300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63300

Black with #D63300

Text Example


Text Example

White with #D63300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63300; }

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

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

background-color css

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

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

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

border-color css

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

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

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