Html Css Color HEX #D63713 Harley Davidson Orange

📋 copy color: '#D63713'

red 214 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #D63713

Tints of Harley Davidson Orange #D63713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 74.31%
G = 19.1%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63713 (or 0xD63713) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 13. RGB value is (214,55,19). Sum of RGB (Red+Green+Blue) = 214+55+19=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D63713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63713 is #29C8EC. Grayscale: #626262. Windows color (decimal): -2738413 or 1259478. OLE color: 1259478.

HSL color Cylindrical-coordinate representation of color #D63713: hue angle of 11.08º degrees, saturation: 0.84, 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 #D63713 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 19 -
CMYK 0 0.74 0.91 0.16
HSL 11.08º 0.84% 0.46% -
HSV(B) 11.08º 0.91% 0.84% -
XYZ 29.22 17.08 2.37 -
YUV 98.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 214 55 19 0 0.74 0.91 0.16 11.08 0.84 0.46
Hex D6 37 13 0 4A 5B 10 B 54 2E
Octal 326 67 23 0 112 133 20 13 124 56
Binary 11010110 110111 10011 0 1001010 1011011 10000 1011 1010100 101110

Color Harmonies of #D63713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63713

Black with #D63713

Text Example


Text Example

White with #D63713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63713; }

 p { color: rgb(214,55,19); }

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

background-color css

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

 a { background-color: rgb(214,55,19); }

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

border-color css

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

 span { border-color: rgb(214,55,19); }

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