Html Css Color HEX #D61D14 Harley Davidson Orange

📋 copy color: '#D61D14'

red 214 ◦ green 29 ◦ blue 20

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

Shades of Harley Davidson Orange #D61D14

Tints of Harley Davidson Orange #D61D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

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

R = 81.37%
G = 11.03%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D61D14 (or 0xD61D14) is known color: Harley Davidson Orange. HEX triplet: D6, 1D and 14. RGB value is (214,29,20). Sum of RGB (Red+Green+Blue) = 214+29+20=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61D14 is #29E2EB. Grayscale: #535353. Windows color (decimal): -2745068 or 1318358. OLE color: 1318358.

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

Color convert

RGB 214 29 20 -
CMYK 0 0.86 0.91 0.16
HSL 2.78º 0.83% 0.46% -
HSV(B) 2.78º 0.91% 0.84% -
XYZ 28.3 15.23 2.11 -
YUV 83.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 214 29 20 0 0.86 0.91 0.16 2.78 0.83 0.46
Hex D6 1D 14 0 56 5B 10 3 53 2E
Octal 326 35 24 0 126 133 20 3 123 56
Binary 11010110 11101 10100 0 1010110 1011011 10000 11 1010011 101110

Color Harmonies of #D61D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D14

Black with #D61D14

Text Example


Text Example

White with #D61D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D14; }

 p { color: rgb(214,29,20); }

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

background-color css

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

 a { background-color: rgb(214,29,20); }

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

border-color css

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

 span { border-color: rgb(214,29,20); }

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