Html Css Color HEX #D64312 Harley Davidson Orange

📋 copy color: '#D64312'

red 214 ◦ green 67 ◦ blue 18

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

Shades of Harley Davidson Orange #D64312

Tints of Harley Davidson Orange #D64312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 71.57%
G = 22.41%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D64312 (or 0xD64312) is known color: Harley Davidson Orange. HEX triplet: D6, 43 and 12. RGB value is (214,67,18). Sum of RGB (Red+Green+Blue) = 214+67+18=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64312 is #29BCED. Grayscale: #696969. Windows color (decimal): -2735342 or 1197014. OLE color: 1197014.

HSL color Cylindrical-coordinate representation of color #D64312: hue angle of 15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D64312 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 18 -
CMYK 0 0.69 0.92 0.16
HSL 15º 0.84% 0.45% -
HSV(B) 15º 0.92% 0.84% -
XYZ 29.85 18.35 2.54 -
YUV 105.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 214 67 18 0 0.69 0.92 0.16 15 0.84 0.45
Hex D6 43 12 0 45 5C 10 F 54 2D
Octal 326 103 22 0 105 134 20 17 124 55
Binary 11010110 1000011 10010 0 1000101 1011100 10000 1111 1010100 101101

Color Harmonies of #D64312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64312

Black with #D64312

Text Example


Text Example

White with #D64312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64312; }

 p { color: rgb(214,67,18); }

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

background-color css

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

 a { background-color: rgb(214,67,18); }

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

border-color css

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

 span { border-color: rgb(214,67,18); }

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