Html Css Color HEX #D63810 Harley Davidson Orange

📋 copy color: '#D63810'

red 214 ◦ green 56 ◦ blue 16

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

Shades of Harley Davidson Orange #D63810

Tints of Harley Davidson Orange #D63810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

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

R = 74.83%
G = 19.58%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D63810 (or 0xD63810) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 10. RGB value is (214,56,16). Sum of RGB (Red+Green+Blue) = 214+56+16=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63810 is #29C7EF. Grayscale: #636363. Windows color (decimal): -2738160 or 1063126. OLE color: 1063126.

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

Color convert

RGB 214 56 16 -
CMYK 0 0.74 0.93 0.16
HSL 12.12º 0.86% 0.45% -
HSV(B) 12.12º 0.93% 0.84% -
XYZ 29.24 17.16 2.26 -
YUV 98.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 214 56 16 0 0.74 0.93 0.16 12.12 0.86 0.45
Hex D6 38 10 0 4A 5D 10 C 56 2D
Octal 326 70 20 0 112 135 20 14 126 55
Binary 11010110 111000 10000 0 1001010 1011101 10000 1100 1010110 101101

Color Harmonies of #D63810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63810

Black with #D63810

Text Example


Text Example

White with #D63810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63810; }

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

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

background-color css

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

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

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

border-color css

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

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

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