Html Css Color HEX #D63504 Harley Davidson Orange

📋 copy color: '#D63504'

red 214 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #D63504

Tints of Harley Davidson Orange #D63504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 78.97%
G = 19.56%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D63504 (or 0xD63504) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 04. RGB value is (214,53,4). Sum of RGB (Red+Green+Blue) = 214+53+4=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D63504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63504 is #29CAFB. Grayscale: #5F5F5F. Windows color (decimal): -2738940 or 275926. OLE color: 275926.

HSL color Cylindrical-coordinate representation of color #D63504: hue angle of 14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D63504 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 4 -
CMYK 0 0.75 0.98 0.16
HSL 14º 0.96% 0.43% -
HSV(B) 14º 0.98% 0.84% -
XYZ 29.03 16.85 1.84 -
YUV 95.55 76.34 212.48 -
System Red Green Blue C M Y K H S L
Decimal 214 53 4 0 0.75 0.98 0.16 14 0.96 0.43
Hex D6 35 4 0 4B 62 10 E 60 2B
Octal 326 65 4 0 113 142 20 16 140 53
Binary 11010110 110101 100 0 1001011 1100010 10000 1110 1100000 101011

Color Harmonies of #D63504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63504

Black with #D63504

Text Example


Text Example

White with #D63504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63504; }

 p { color: rgb(214,53,4); }

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

background-color css

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

 a { background-color: rgb(214,53,4); }

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

border-color css

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

 span { border-color: rgb(214,53,4); }

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