Html Css Color HEX #D63914 Harley Davidson Orange

📋 copy color: '#D63914'

red 214 ◦ green 57 ◦ blue 20

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

Shades of Harley Davidson Orange #D63914

Tints of Harley Davidson Orange #D63914

RGB

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

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

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

R = 73.54%
G = 19.59%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63914 (or 0xD63914) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 14. RGB value is (214,57,20). Sum of RGB (Red+Green+Blue) = 214+57+20=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D63914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63914 is #29C6EB. Grayscale: #646464. Windows color (decimal): -2737900 or 1325526. OLE color: 1325526.

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

Color convert

RGB 214 57 20 -
CMYK 0 0.73 0.91 0.16
HSL 11.44º 0.83% 0.46% -
HSV(B) 11.44º 0.91% 0.84% -
XYZ 29.32 17.27 2.45 -
YUV 99.73 83.01 209.51 -
System Red Green Blue C M Y K H S L
Decimal 214 57 20 0 0.73 0.91 0.16 11.44 0.83 0.46
Hex D6 39 14 0 49 5B 10 B 53 2E
Octal 326 71 24 0 111 133 20 13 123 56
Binary 11010110 111001 10100 0 1001001 1011011 10000 1011 1010011 101110

Color Harmonies of #D63914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63914

Black with #D63914

Text Example


Text Example

White with #D63914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63914; }

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

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

background-color css

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

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

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

border-color css

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

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

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