Html Css Color HEX #D64C16 Harley Davidson Orange

📋 copy color: '#D64C16'

red 214 ◦ green 76 ◦ blue 22

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

Shades of Harley Davidson Orange #D64C16

Tints of Harley Davidson Orange #D64C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.36%

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 68.59%
G = 24.36%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D64C16 (or 0xD64C16) is known color: Harley Davidson Orange. HEX triplet: D6, 4C and 16. RGB value is (214,76,22). Sum of RGB (Red+Green+Blue) = 214+76+22=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C16 is #29B3E9. Grayscale: #6F6F6F. Windows color (decimal): -2733034 or 1461462. OLE color: 1461462.

HSL color Cylindrical-coordinate representation of color #D64C16: hue angle of 16.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64C16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 22 -
CMYK 0 0.64 0.90 0.16
HSL 16.88º 0.81% 0.46% -
HSV(B) 16.88º 0.9% 0.84% -
XYZ 30.46 19.52 2.92 -
YUV 111.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 214 76 22 0 0.64 0.90 0.16 16.88 0.81 0.46
Hex D6 4C 16 0 40 5A 10 11 51 2E
Octal 326 114 26 0 100 132 20 21 121 56
Binary 11010110 1001100 10110 0 1000000 1011010 10000 10001 1010001 101110

Color Harmonies of #D64C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C16

Black with #D64C16

Text Example


Text Example

White with #D64C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C16; }

 p { color: rgb(214,76,22); }

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

background-color css

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

 a { background-color: rgb(214,76,22); }

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

border-color css

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

 span { border-color: rgb(214,76,22); }

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