Html Css Color HEX #D6400B Harley Davidson Orange

📋 copy color: '#D6400B'

red 214 ◦ green 64 ◦ blue 11

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

Shades of Harley Davidson Orange #D6400B

Tints of Harley Davidson Orange #D6400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 74.05%
G = 22.15%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6400B (or 0xD6400B) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 0B. RGB value is (214,64,11). Sum of RGB (Red+Green+Blue) = 214+64+11=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D6400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6400B is #29BFF4. Grayscale: #676767. Windows color (decimal): -2736117 or 737494. OLE color: 737494.

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

Color convert

RGB 214 64 11 -
CMYK 0 0.70 0.95 0.16
HSL 15.67º 0.9% 0.44% -
HSV(B) 15.67º 0.95% 0.84% -
XYZ 29.63 17.99 2.23 -
YUV 102.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 214 64 11 0 0.70 0.95 0.16 15.67 0.9 0.44
Hex D6 40 B 0 46 5F 10 10 5A 2C
Octal 326 100 13 0 106 137 20 20 132 54
Binary 11010110 1000000 1011 0 1000110 1011111 10000 10000 1011010 101100

Color Harmonies of #D6400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6400B

Black with #D6400B

Text Example


Text Example

White with #D6400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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