Html Css Color HEX #D63F04 Harley Davidson Orange

📋 copy color: '#D63F04'

red 214 ◦ green 63 ◦ blue 4

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

Shades of Harley Davidson Orange #D63F04

Tints of Harley Davidson Orange #D63F04

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 76.16%
G = 22.42%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D63F04 (or 0xD63F04) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 04. RGB value is (214,63,4). Sum of RGB (Red+Green+Blue) = 214+63+4=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F04 is #29C0FB. Grayscale: #656565. Windows color (decimal): -2736380 or 278486. OLE color: 278486.

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

Color convert

RGB 214 63 4 -
CMYK 0 0.71 0.98 0.16
HSL 16.86º 0.96% 0.43% -
HSV(B) 16.86º 0.98% 0.84% -
XYZ 29.53 17.86 2.01 -
YUV 101.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 214 63 4 0 0.71 0.98 0.16 16.86 0.96 0.43
Hex D6 3F 4 0 47 62 10 11 60 2B
Octal 326 77 4 0 107 142 20 21 140 53
Binary 11010110 111111 100 0 1000111 1100010 10000 10001 1100000 101011

Color Harmonies of #D63F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F04

Black with #D63F04

Text Example


Text Example

White with #D63F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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