Html Css Color HEX #D61C0E Harley Davidson Orange

📋 copy color: '#D61C0E'

red 214 ◦ green 28 ◦ blue 14

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

Shades of Harley Davidson Orange #D61C0E

Tints of Harley Davidson Orange #D61C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 83.59%
G = 10.94%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61C0E (or 0xD61C0E) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 0E. RGB value is (214,28,14). Sum of RGB (Red+Green+Blue) = 214+28+14=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C0E is #29E3F1. Grayscale: #525252. Windows color (decimal): -2745330 or 924886. OLE color: 924886.

HSL color Cylindrical-coordinate representation of color #D61C0E: hue angle of 4.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61C0E is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 14 -
CMYK 0 0.87 0.93 0.16
HSL 4.2º 0.88% 0.45% -
HSV(B) 4.2º 0.93% 0.84% -
XYZ 28.23 15.16 1.85 -
YUV 82.02 89.62 222.14 -
System Red Green Blue C M Y K H S L
Decimal 214 28 14 0 0.87 0.93 0.16 4.2 0.88 0.45
Hex D6 1C E 0 57 5D 10 4 58 2D
Octal 326 34 16 0 127 135 20 4 130 55
Binary 11010110 11100 1110 0 1010111 1011101 10000 100 1011000 101101

Color Harmonies of #D61C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C0E

Black with #D61C0E

Text Example


Text Example

White with #D61C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C0E; }

 p { color: rgb(214,28,14); }

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

background-color css

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

 a { background-color: rgb(214,28,14); }

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

border-color css

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

 span { border-color: rgb(214,28,14); }

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