Html Css Color HEX #D63012 Harley Davidson Orange

📋 copy color: '#D63012'

red 214 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #D63012

Tints of Harley Davidson Orange #D63012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 76.43%
G = 17.14%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D63012 (or 0xD63012) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 12. RGB value is (214,48,18). Sum of RGB (Red+Green+Blue) = 214+48+18=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D63012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63012 is #29CFED. Grayscale: #5E5E5E. Windows color (decimal): -2740206 or 1192150. OLE color: 1192150.

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

Color convert

RGB 214 48 18 -
CMYK 0 0.78 0.92 0.16
HSL 9.18º 0.84% 0.45% -
HSV(B) 9.18º 0.92% 0.84% -
XYZ 28.9 16.45 2.23 -
YUV 94.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 214 48 18 0 0.78 0.92 0.16 9.18 0.84 0.45
Hex D6 30 12 0 4E 5C 10 9 54 2D
Octal 326 60 22 0 116 134 20 11 124 55
Binary 11010110 110000 10010 0 1001110 1011100 10000 1001 1010100 101101

Color Harmonies of #D63012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63012

Black with #D63012

Text Example


Text Example

White with #D63012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63012; }

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

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

background-color css

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

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

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

border-color css

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

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

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