Html Css Color HEX #D61E06 Harley Davidson Orange

📋 copy color: '#D61E06'

red 214 ◦ green 30 ◦ blue 6

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

Shades of Harley Davidson Orange #D61E06

Tints of Harley Davidson Orange #D61E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 85.6%
G = 12%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D61E06 (or 0xD61E06) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 06. RGB value is (214,30,6). Sum of RGB (Red+Green+Blue) = 214+30+6=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E06 is #29E1F9. Grayscale: #525252. Windows color (decimal): -2744826 or 401110. OLE color: 401110.

HSL color Cylindrical-coordinate representation of color #D61E06: hue angle of 6.92º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D61E06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 6 -
CMYK 0 0.86 0.97 0.16
HSL 6.92º 0.95% 0.43% -
HSV(B) 6.92º 0.97% 0.84% -
XYZ 28.23 15.24 1.63 -
YUV 82.28 84.96 221.95 -
System Red Green Blue C M Y K H S L
Decimal 214 30 6 0 0.86 0.97 0.16 6.92 0.95 0.43
Hex D6 1E 6 0 56 61 10 7 5F 2B
Octal 326 36 6 0 126 141 20 7 137 53
Binary 11010110 11110 110 0 1010110 1100001 10000 111 1011111 101011

Color Harmonies of #D61E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E06

Black with #D61E06

Text Example


Text Example

White with #D61E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E06; }

 p { color: rgb(214,30,6); }

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

background-color css

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

 a { background-color: rgb(214,30,6); }

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

border-color css

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

 span { border-color: rgb(214,30,6); }

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