Html Css Color HEX #D63900 Harley Davidson Orange

📋 copy color: '#D63900'

red 214 ◦ green 57 ◦ blue 0

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

Shades of Harley Davidson Orange #D63900

Tints of Harley Davidson Orange #D63900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

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

R = 78.97%
G = 21.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D63900 (or 0xD63900) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 00. RGB value is (214,57,0). Sum of RGB (Red+Green+Blue) = 214+57+0=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D63900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63900 is #29C6FF. Grayscale: #616161. Windows color (decimal): -2737920 or 14806. OLE color: 14806.

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

Color convert

RGB 214 57 0 -
CMYK 0 0.73 1 0.16
HSL 15.98º 1% 0.42% -
HSV(B) 15.98º 1% 0.84% -
XYZ 29.19 17.22 1.79 -
YUV 97.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 214 57 0 0 0.73 1 0.16 15.98 1 0.42
Hex D6 39 0 0 49 64 10 10 64 2A
Octal 326 71 0 0 111 144 20 20 144 52
Binary 11010110 111001 0 0 1001001 1100100 10000 10000 1100100 101010

Color Harmonies of #D63900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63900

Black with #D63900

Text Example


Text Example

White with #D63900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63900; }

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

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

background-color css

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

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

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

border-color css

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

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

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