Html Css Color HEX #D62616 Harley Davidson Orange

📋 copy color: '#D62616'

red 214 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #D62616

Tints of Harley Davidson Orange #D62616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 78.1%
G = 13.87%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D62616 (or 0xD62616) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 16. RGB value is (214,38,22). Sum of RGB (Red+Green+Blue) = 214+38+22=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62616 is #29D9E9. Grayscale: #595959. Windows color (decimal): -2742762 or 1451734. OLE color: 1451734.

HSL color Cylindrical-coordinate representation of color #D62616: hue angle of 5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D62616 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 22 -
CMYK 0 0.82 0.90 0.16
HSL 0.81% 0.46% -
HSV(B) 0.9% 0.84% -
XYZ 28.57 15.74 2.29 -
YUV 88.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 214 38 22 0 0.82 0.90 0.16 5 0.81 0.46
Hex D6 26 16 0 52 5A 10 5 51 2E
Octal 326 46 26 0 122 132 20 5 121 56
Binary 11010110 100110 10110 0 1010010 1011010 10000 101 1010001 101110

Color Harmonies of #D62616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62616

Black with #D62616

Text Example


Text Example

White with #D62616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62616; }

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

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

background-color css

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

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

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

border-color css

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

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

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