Html Css Color HEX #D64213 Harley Davidson Orange

📋 copy color: '#D64213'

red 214 ◦ green 66 ◦ blue 19

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

Shades of Harley Davidson Orange #D64213

Tints of Harley Davidson Orange #D64213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 71.57%
G = 22.07%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64213 (or 0xD64213) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 13. RGB value is (214,66,19). Sum of RGB (Red+Green+Blue) = 214+66+19=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64213 is #29BDEC. Grayscale: #696969. Windows color (decimal): -2735597 or 1262294. OLE color: 1262294.

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

Color convert

RGB 214 66 19 -
CMYK 0 0.69 0.91 0.16
HSL 14.46º 0.84% 0.46% -
HSV(B) 14.46º 0.91% 0.84% -
XYZ 29.8 18.24 2.57 -
YUV 104.89 79.53 205.82 -
System Red Green Blue C M Y K H S L
Decimal 214 66 19 0 0.69 0.91 0.16 14.46 0.84 0.46
Hex D6 42 13 0 45 5B 10 E 54 2E
Octal 326 102 23 0 105 133 20 16 124 56
Binary 11010110 1000010 10011 0 1000101 1011011 10000 1110 1010100 101110

Color Harmonies of #D64213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64213

Black with #D64213

Text Example


Text Example

White with #D64213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64213; }

 p { color: rgb(214,66,19); }

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

background-color css

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

 a { background-color: rgb(214,66,19); }

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

border-color css

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

 span { border-color: rgb(214,66,19); }

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