Html Css Color HEX #D6401E Harley Davidson Orange

📋 copy color: '#D6401E'

red 214 ◦ green 64 ◦ blue 30

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

Shades of Harley Davidson Orange #D6401E

Tints of Harley Davidson Orange #D6401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 69.48%
G = 20.78%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6401E (or 0xD6401E) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 1E. RGB value is (214,64,30). Sum of RGB (Red+Green+Blue) = 214+64+30=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6401E is #29BFE1. Grayscale: #696969. Windows color (decimal): -2736098 or 1982678. OLE color: 1982678.

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

Color convert

RGB 214 64 30 -
CMYK 0 0.70 0.86 0.16
HSL 11.09º 0.75% 0.48% -
HSV(B) 11.09º 0.86% 0.84% -
XYZ 29.8 18.06 3.14 -
YUV 104.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 214 64 30 0 0.70 0.86 0.16 11.09 0.75 0.48
Hex D6 40 1E 0 46 56 10 B 4B 30
Octal 326 100 36 0 106 126 20 13 113 60
Binary 11010110 1000000 11110 0 1000110 1010110 10000 1011 1001011 110000

Color Harmonies of #D6401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6401E

Black with #D6401E

Text Example


Text Example

White with #D6401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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