Html Css Color HEX #D63004 Harley Davidson Orange

📋 copy color: '#D63004'

red 214 ◦ green 48 ◦ blue 4

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

Shades of Harley Davidson Orange #D63004

Tints of Harley Davidson Orange #D63004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 80.45%
G = 18.05%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D63004 (or 0xD63004) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 04. RGB value is (214,48,4). Sum of RGB (Red+Green+Blue) = 214+48+4=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D63004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63004 is #29CFFB. Grayscale: #5C5C5C. Windows color (decimal): -2740220 or 274646. OLE color: 274646.

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

Color convert

RGB 214 48 4 -
CMYK 0 0.78 0.98 0.16
HSL 12.57º 0.96% 0.43% -
HSV(B) 12.57º 0.98% 0.84% -
XYZ 28.81 16.42 1.77 -
YUV 92.62 78 214.58 -
System Red Green Blue C M Y K H S L
Decimal 214 48 4 0 0.78 0.98 0.16 12.57 0.96 0.43
Hex D6 30 4 0 4E 62 10 D 60 2B
Octal 326 60 4 0 116 142 20 15 140 53
Binary 11010110 110000 100 0 1001110 1100010 10000 1101 1100000 101011

Color Harmonies of #D63004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63004

Black with #D63004

Text Example


Text Example

White with #D63004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63004; }

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

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

background-color css

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

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

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

border-color css

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

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

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