Html Css Color HEX #D63000 Harley Davidson Orange

📋 copy color: '#D63000'

red 214 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #D63000

Tints of Harley Davidson Orange #D63000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 81.68%
G = 18.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D63000 (or 0xD63000) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 00. RGB value is (214,48,0). Sum of RGB (Red+Green+Blue) = 214+48+0=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D63000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63000 is #29CFFF. Grayscale: #5C5C5C. Windows color (decimal): -2740224 or 12502. OLE color: 12502.

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

Color convert

RGB 214 48 0 -
CMYK 0 0.78 1 0.16
HSL 13.46º 1% 0.42% -
HSV(B) 13.46º 1% 0.84% -
XYZ 28.79 16.41 1.65 -
YUV 92.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 214 48 0 0 0.78 1 0.16 13.46 1 0.42
Hex D6 30 0 0 4E 64 10 D 64 2A
Octal 326 60 0 0 116 144 20 15 144 52
Binary 11010110 110000 0 0 1001110 1100100 10000 1101 1100100 101010

Color Harmonies of #D63000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63000

Black with #D63000

Text Example


Text Example

White with #D63000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63000; }

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

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

background-color css

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

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

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

border-color css

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

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

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