Html Css Color HEX #D64412 Harley Davidson Orange

📋 copy color: '#D64412'

red 214 ◦ green 68 ◦ blue 18

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

Shades of Harley Davidson Orange #D64412

Tints of Harley Davidson Orange #D64412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 71.33%
G = 22.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D64412 (or 0xD64412) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 12. RGB value is (214,68,18). Sum of RGB (Red+Green+Blue) = 214+68+18=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D64412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64412 is #29BBED. Grayscale: #6A6A6A. Windows color (decimal): -2735086 or 1197270. OLE color: 1197270.

HSL color Cylindrical-coordinate representation of color #D64412: hue angle of 15.31º 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 #D64412 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 18 -
CMYK 0 0.68 0.92 0.16
HSL 15.31º 0.84% 0.45% -
HSV(B) 15.31º 0.92% 0.84% -
XYZ 29.91 18.47 2.56 -
YUV 105.95 78.37 205.07 -
System Red Green Blue C M Y K H S L
Decimal 214 68 18 0 0.68 0.92 0.16 15.31 0.84 0.45
Hex D6 44 12 0 44 5C 10 F 54 2D
Octal 326 104 22 0 104 134 20 17 124 55
Binary 11010110 1000100 10010 0 1000100 1011100 10000 1111 1010100 101101

Color Harmonies of #D64412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64412

Black with #D64412

Text Example


Text Example

White with #D64412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64412; }

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

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

background-color css

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

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

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

border-color css

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

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

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