Html Css Color HEX #D14320 Harley Davidson Orange

📋 copy color: '#D14320'

red 209 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #D14320

Tints of Harley Davidson Orange #D14320

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 67.86%
G = 21.75%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D14320 (or 0xD14320) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 20. RGB value is (209,67,32). Sum of RGB (Red+Green+Blue) = 209+67+32=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14320 is #2EBCDF. Grayscale: #696969. Windows color (decimal): -3063008 or 2114513. OLE color: 2114513.

HSL color Cylindrical-coordinate representation of color #D14320: hue angle of 11.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D14320 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 32 -
CMYK 0 0.68 0.85 0.18
HSL 11.86º 0.73% 0.47% -
HSV(B) 11.86º 0.85% 0.82% -
XYZ 28.56 17.67 3.27 -
YUV 105.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 209 67 32 0 0.68 0.85 0.18 11.86 0.73 0.47
Hex D1 43 20 0 44 55 12 C 49 2F
Octal 321 103 40 0 104 125 22 14 111 57
Binary 11010001 1000011 100000 0 1000100 1010101 10010 1100 1001001 101111

Color Harmonies of #D14320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14320

Black with #D14320

Text Example


Text Example

White with #D14320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14320; }

 p { color: rgb(209,67,32); }

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

background-color css

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

 a { background-color: rgb(209,67,32); }

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

border-color css

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

 span { border-color: rgb(209,67,32); }

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