Html Css Color HEX #D83614 Harley Davidson Orange

📋 copy color: '#D83614'

red 216 ◦ green 54 ◦ blue 20

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

Shades of Harley Davidson Orange #D83614

Tints of Harley Davidson Orange #D83614

RGB

 RED value IS 216 (84.77% from 255) = 74.48%

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 74.48%
G = 18.62%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D83614 (or 0xD83614) is known color: Harley Davidson Orange. HEX triplet: D8, 36 and 14. RGB value is (216,54,20). Sum of RGB (Red+Green+Blue) = 216+54+20=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D83614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83614 is #27C9EB. Grayscale: #626262. Windows color (decimal): -2607596 or 1324760. OLE color: 1324760.

HSL color Cylindrical-coordinate representation of color #D83614: hue angle of 10.41º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D83614 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 20 -
CMYK 0 0.75 0.91 0.15
HSL 10.41º 0.83% 0.46% -
HSV(B) 10.41º 0.91% 0.85% -
XYZ 29.76 17.29 2.43 -
YUV 98.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 216 54 20 0 0.75 0.91 0.15 10.41 0.83 0.46
Hex D8 36 14 0 4B 5B F A 53 2E
Octal 330 66 24 0 113 133 17 12 123 56
Binary 11011000 110110 10100 0 1001011 1011011 1111 1010 1010011 101110

Color Harmonies of #D83614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83614

Black with #D83614

Text Example


Text Example

White with #D83614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83614; }

 p { color: rgb(216,54,20); }

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

background-color css

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

 a { background-color: rgb(216,54,20); }

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

border-color css

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

 span { border-color: rgb(216,54,20); }

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