Html Css Color HEX #D63414 Harley Davidson Orange

📋 copy color: '#D63414'

red 214 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #D63414

Tints of Harley Davidson Orange #D63414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 74.83%
G = 18.18%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63414 (or 0xD63414) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 14. RGB value is (214,52,20). Sum of RGB (Red+Green+Blue) = 214+52+20=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63414 is #29CBEB. Grayscale: #616161. Windows color (decimal): -2739180 or 1324246. OLE color: 1324246.

HSL color Cylindrical-coordinate representation of color #D63414: hue angle of 9.9º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D63414 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 20 -
CMYK 0 0.76 0.91 0.16
HSL 9.9º 0.83% 0.46% -
HSV(B) 9.9º 0.91% 0.84% -
XYZ 29.09 16.8 2.37 -
YUV 96.79 84.67 211.6 -
System Red Green Blue C M Y K H S L
Decimal 214 52 20 0 0.76 0.91 0.16 9.9 0.83 0.46
Hex D6 34 14 0 4C 5B 10 A 53 2E
Octal 326 64 24 0 114 133 20 12 123 56
Binary 11010110 110100 10100 0 1001100 1011011 10000 1010 1010011 101110

Color Harmonies of #D63414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63414

Black with #D63414

Text Example


Text Example

White with #D63414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63414; }

 p { color: rgb(214,52,20); }

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

background-color css

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

 a { background-color: rgb(214,52,20); }

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

border-color css

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

 span { border-color: rgb(214,52,20); }

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