Html Css Color HEX #D63404 Harley Davidson Orange

📋 copy color: '#D63404'

red 214 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #D63404

Tints of Harley Davidson Orange #D63404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 79.26%
G = 19.26%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D63404 (or 0xD63404) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 04. RGB value is (214,52,4). Sum of RGB (Red+Green+Blue) = 214+52+4=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D63404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63404 is #29CBFB. Grayscale: #5F5F5F. Windows color (decimal): -2739196 or 275670. OLE color: 275670.

HSL color Cylindrical-coordinate representation of color #D63404: hue angle of 13.71º 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 #D63404 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 4 -
CMYK 0 0.76 0.98 0.16
HSL 13.71º 0.96% 0.43% -
HSV(B) 13.71º 0.98% 0.84% -
XYZ 28.98 16.76 1.82 -
YUV 94.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 214 52 4 0 0.76 0.98 0.16 13.71 0.96 0.43
Hex D6 34 4 0 4C 62 10 E 60 2B
Octal 326 64 4 0 114 142 20 16 140 53
Binary 11010110 110100 100 0 1001100 1100010 10000 1110 1100000 101011

Color Harmonies of #D63404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63404

Black with #D63404

Text Example


Text Example

White with #D63404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63404; }

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

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

background-color css

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

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

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

border-color css

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

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

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