Html Css Color HEX #D61D15 Harley Davidson Orange

📋 copy color: '#D61D15'

red 214 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #D61D15

Tints of Harley Davidson Orange #D61D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 81.06%
G = 10.98%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D61D15 (or 0xD61D15) is known color: Harley Davidson Orange. HEX triplet: D6, 1D and 15. RGB value is (214,29,21). Sum of RGB (Red+Green+Blue) = 214+29+21=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61D15 is #29E2EA. Grayscale: #535353. Windows color (decimal): -2745067 or 1383894. OLE color: 1383894.

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

Color convert

RGB 214 29 21 -
CMYK 0 0.86 0.90 0.16
HSL 2.49º 0.82% 0.46% -
HSV(B) 2.49º 0.9% 0.84% -
XYZ 28.31 15.23 2.16 -
YUV 83.4 92.79 221.15 -
System Red Green Blue C M Y K H S L
Decimal 214 29 21 0 0.86 0.90 0.16 2.49 0.82 0.46
Hex D6 1D 15 0 56 5A 10 2 52 2E
Octal 326 35 25 0 126 132 20 2 122 56
Binary 11010110 11101 10101 0 1010110 1011010 10000 10 1010010 101110

Color Harmonies of #D61D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D15

Black with #D61D15

Text Example


Text Example

White with #D61D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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