Html Css Color HEX #D6470F Harley Davidson Orange

📋 copy color: '#D6470F'

red 214 ◦ green 71 ◦ blue 15

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

Shades of Harley Davidson Orange #D6470F

Tints of Harley Davidson Orange #D6470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 71.33%
G = 23.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6470F (or 0xD6470F) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 0F. RGB value is (214,71,15). Sum of RGB (Red+Green+Blue) = 214+71+15=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D6470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6470F is #29B8F0. Grayscale: #6B6B6B. Windows color (decimal): -2734321 or 1001430. OLE color: 1001430.

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

Color convert

RGB 214 71 15 -
CMYK 0 0.67 0.93 0.16
HSL 16.88º 0.87% 0.45% -
HSV(B) 16.88º 0.93% 0.84% -
XYZ 30.07 18.84 2.5 -
YUV 107.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 214 71 15 0 0.67 0.93 0.16 16.88 0.87 0.45
Hex D6 47 F 0 43 5D 10 11 57 2D
Octal 326 107 17 0 103 135 20 21 127 55
Binary 11010110 1000111 1111 0 1000011 1011101 10000 10001 1010111 101101

Color Harmonies of #D6470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6470F

Black with #D6470F

Text Example


Text Example

White with #D6470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6470F; }

 p { color: rgb(214,71,15); }

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

background-color css

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

 a { background-color: rgb(214,71,15); }

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

border-color css

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

 span { border-color: rgb(214,71,15); }

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