Html Css Color HEX #D63410 Harley Davidson Orange

📋 copy color: '#D63410'

red 214 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #D63410

Tints of Harley Davidson Orange #D63410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 75.89%
G = 18.44%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D63410 (or 0xD63410) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 10. RGB value is (214,52,16). Sum of RGB (Red+Green+Blue) = 214+52+16=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D63410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63410 is #29CBEF. Grayscale: #606060. Windows color (decimal): -2739184 or 1062102. OLE color: 1062102.

HSL color Cylindrical-coordinate representation of color #D63410: hue angle of 10.91º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D63410 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 16 -
CMYK 0 0.76 0.93 0.16
HSL 10.91º 0.86% 0.45% -
HSV(B) 10.91º 0.93% 0.84% -
XYZ 29.05 16.79 2.2 -
YUV 96.33 82.67 211.93 -
System Red Green Blue C M Y K H S L
Decimal 214 52 16 0 0.76 0.93 0.16 10.91 0.86 0.45
Hex D6 34 10 0 4C 5D 10 B 56 2D
Octal 326 64 20 0 114 135 20 13 126 55
Binary 11010110 110100 10000 0 1001100 1011101 10000 1011 1010110 101101

Color Harmonies of #D63410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63410

Black with #D63410

Text Example


Text Example

White with #D63410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63410; }

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

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

background-color css

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

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

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

border-color css

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

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

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