Html Css Color HEX #D61F0E Harley Davidson Orange

📋 copy color: '#D61F0E'

red 214 ◦ green 31 ◦ blue 14

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

Shades of Harley Davidson Orange #D61F0E

Tints of Harley Davidson Orange #D61F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 82.63%
G = 11.97%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61F0E (or 0xD61F0E) is known color: Harley Davidson Orange. HEX triplet: D6, 1F and 0E. RGB value is (214,31,14). Sum of RGB (Red+Green+Blue) = 214+31+14=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61F0E is #29E0F1. Grayscale: #545454. Windows color (decimal): -2744562 or 925654. OLE color: 925654.

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

Color convert

RGB 214 31 14 -
CMYK 0 0.86 0.93 0.16
HSL 5.1º 0.88% 0.45% -
HSV(B) 5.1º 0.93% 0.84% -
XYZ 28.3 15.31 1.88 -
YUV 83.78 88.63 220.88 -
System Red Green Blue C M Y K H S L
Decimal 214 31 14 0 0.86 0.93 0.16 5.1 0.88 0.45
Hex D6 1F E 0 56 5D 10 5 58 2D
Octal 326 37 16 0 126 135 20 5 130 55
Binary 11010110 11111 1110 0 1010110 1011101 10000 101 1011000 101101

Color Harmonies of #D61F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F0E

Black with #D61F0E

Text Example


Text Example

White with #D61F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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