Html Css Color HEX #D64021 Harley Davidson Orange

📋 copy color: '#D64021'

red 214 ◦ green 64 ◦ blue 33

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

Shades of Harley Davidson Orange #D64021

Tints of Harley Davidson Orange #D64021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.61%

R = 68.81%
G = 20.58%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D64021 (or 0xD64021) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 21. RGB value is (214,64,33). Sum of RGB (Red+Green+Blue) = 214+64+33=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D64021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64021 is #29BFDE. Grayscale: #696969. Windows color (decimal): -2736095 or 2179286. OLE color: 2179286.

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

Color convert

RGB 214 64 33 -
CMYK 0 0.70 0.85 0.16
HSL 10.28º 0.73% 0.48% -
HSV(B) 10.28º 0.85% 0.84% -
XYZ 29.84 18.07 3.35 -
YUV 105.32 87.2 205.52 -
System Red Green Blue C M Y K H S L
Decimal 214 64 33 0 0.70 0.85 0.16 10.28 0.73 0.48
Hex D6 40 21 0 46 55 10 A 49 30
Octal 326 100 41 0 106 125 20 12 111 60
Binary 11010110 1000000 100001 0 1000110 1010101 10000 1010 1001001 110000

Color Harmonies of #D64021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64021

Black with #D64021

Text Example


Text Example

White with #D64021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64021; }

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

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

background-color css

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

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

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

border-color css

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

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

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