Html Css Color HEX #D84413 Harley Davidson Orange

📋 copy color: '#D84413'

red 216 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #D84413

Tints of Harley Davidson Orange #D84413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 71.29%
G = 22.44%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84413 (or 0xD84413) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 13. RGB value is (216,68,19). Sum of RGB (Red+Green+Blue) = 216+68+19=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D84413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84413 is #27BBEC. Grayscale: #6B6B6B. Windows color (decimal): -2604013 or 1262808. OLE color: 1262808.

HSL color Cylindrical-coordinate representation of color #D84413: hue angle of 14.92º degrees, saturation: 0.84, 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 #D84413 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 19 -
CMYK 0 0.69 0.91 0.15
HSL 14.92º 0.84% 0.46% -
HSV(B) 14.92º 0.91% 0.85% -
XYZ 30.5 18.78 2.63 -
YUV 106.67 78.53 205.98 -
System Red Green Blue C M Y K H S L
Decimal 216 68 19 0 0.69 0.91 0.15 14.92 0.84 0.46
Hex D8 44 13 0 45 5B F F 54 2E
Octal 330 104 23 0 105 133 17 17 124 56
Binary 11011000 1000100 10011 0 1000101 1011011 1111 1111 1010100 101110

Color Harmonies of #D84413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84413

Black with #D84413

Text Example


Text Example

White with #D84413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84413; }

 p { color: rgb(216,68,19); }

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

background-color css

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

 a { background-color: rgb(216,68,19); }

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

border-color css

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

 span { border-color: rgb(216,68,19); }

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