Html Css Color HEX #D62613 Harley Davidson Orange

📋 copy color: '#D62613'

red 214 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #D62613

Tints of Harley Davidson Orange #D62613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 78.97%
G = 14.02%
B = 7.01%

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

#D62613 (or 0xD62613) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 13. RGB value is (214,38,19). Sum of RGB (Red+Green+Blue) = 214+38+19=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62613 is #29D9EC. Grayscale: #585858. Windows color (decimal): -2742765 or 1255126. OLE color: 1255126.

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

Color convert

RGB 214 38 19 -
CMYK 0 0.82 0.91 0.16
HSL 5.85º 0.84% 0.46% -
HSV(B) 5.85º 0.91% 0.84% -
XYZ 28.54 15.73 2.15 -
YUV 88.46 88.81 217.54 -
System Red Green Blue C M Y K H S L
Decimal 214 38 19 0 0.82 0.91 0.16 5.85 0.84 0.46
Hex D6 26 13 0 52 5B 10 6 54 2E
Octal 326 46 23 0 122 133 20 6 124 56
Binary 11010110 100110 10011 0 1010010 1011011 10000 110 1010100 101110

Color Harmonies of #D62613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62613

Black with #D62613

Text Example


Text Example

White with #D62613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62613; }

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

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

background-color css

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

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

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

border-color css

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

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

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