Html Css Color HEX #D64B1A Harley Davidson Orange

📋 copy color: '#D64B1A'

red 214 ◦ green 75 ◦ blue 26

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

Shades of Harley Davidson Orange #D64B1A

Tints of Harley Davidson Orange #D64B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 67.94%
G = 23.81%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D64B1A (or 0xD64B1A) is known color: Harley Davidson Orange. HEX triplet: D6, 4B and 1A. RGB value is (214,75,26). Sum of RGB (Red+Green+Blue) = 214+75+26=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B1A is #29B4E5. Grayscale: #6F6F6F. Windows color (decimal): -2733286 or 1723350. OLE color: 1723350.

HSL color Cylindrical-coordinate representation of color #D64B1A: hue angle of 15.64º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D64B1A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 26 -
CMYK 0 0.65 0.88 0.16
HSL 15.64º 0.78% 0.47% -
HSV(B) 15.64º 0.88% 0.84% -
XYZ 30.43 19.4 3.12 -
YUV 110.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 214 75 26 0 0.65 0.88 0.16 15.64 0.78 0.47
Hex D6 4B 1A 0 41 58 10 10 4E 2F
Octal 326 113 32 0 101 130 20 20 116 57
Binary 11010110 1001011 11010 0 1000001 1011000 10000 10000 1001110 101111

Color Harmonies of #D64B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B1A

Black with #D64B1A

Text Example


Text Example

White with #D64B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B1A; }

 p { color: rgb(214,75,26); }

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

background-color css

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

 a { background-color: rgb(214,75,26); }

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

border-color css

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

 span { border-color: rgb(214,75,26); }

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