Html Css Color HEX #D62714 Harley Davidson Orange

📋 copy color: '#D62714'

red 214 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #D62714

Tints of Harley Davidson Orange #D62714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 78.39%
G = 14.29%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62714 (or 0xD62714) is known color: Harley Davidson Orange. HEX triplet: D6, 27 and 14. RGB value is (214,39,20). Sum of RGB (Red+Green+Blue) = 214+39+20=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D62714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62714 is #29D8EB. Grayscale: #595959. Windows color (decimal): -2742508 or 1320918. OLE color: 1320918.

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

Color convert

RGB 214 39 20 -
CMYK 0 0.82 0.91 0.16
HSL 5.88º 0.83% 0.46% -
HSV(B) 5.88º 0.91% 0.84% -
XYZ 28.58 15.8 2.2 -
YUV 89.16 88.98 217.04 -
System Red Green Blue C M Y K H S L
Decimal 214 39 20 0 0.82 0.91 0.16 5.88 0.83 0.46
Hex D6 27 14 0 52 5B 10 6 53 2E
Octal 326 47 24 0 122 133 20 6 123 56
Binary 11010110 100111 10100 0 1010010 1011011 10000 110 1010011 101110

Color Harmonies of #D62714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62714

Black with #D62714

Text Example


Text Example

White with #D62714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62714; }

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

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

background-color css

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

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

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

border-color css

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

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

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