Html Css Color HEX #D62514 Harley Davidson Orange

📋 copy color: '#D62514'

red 214 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #D62514

Tints of Harley Davidson Orange #D62514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

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

R = 78.97%
G = 13.65%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62514 (or 0xD62514) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 14. RGB value is (214,37,20). Sum of RGB (Red+Green+Blue) = 214+37+20=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62514 is #29DAEB. Grayscale: #585858. Windows color (decimal): -2743020 or 1320406. OLE color: 1320406.

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

Color convert

RGB 214 37 20 -
CMYK 0 0.83 0.91 0.16
HSL 5.26º 0.83% 0.46% -
HSV(B) 5.26º 0.91% 0.84% -
XYZ 28.52 15.67 2.18 -
YUV 87.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 214 37 20 0 0.83 0.91 0.16 5.26 0.83 0.46
Hex D6 25 14 0 53 5B 10 5 53 2E
Octal 326 45 24 0 123 133 20 5 123 56
Binary 11010110 100101 10100 0 1010011 1011011 10000 101 1010011 101110

Color Harmonies of #D62514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62514

Black with #D62514

Text Example


Text Example

White with #D62514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62514; }

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

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

background-color css

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

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

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

border-color css

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

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

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