Html Css Color HEX #D63310 Harley Davidson Orange

📋 copy color: '#D63310'

red 214 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #D63310

Tints of Harley Davidson Orange #D63310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

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

R = 76.16%
G = 18.15%
B = 5.69%

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

#D63310 (or 0xD63310) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 10. RGB value is (214,51,16). Sum of RGB (Red+Green+Blue) = 214+51+16=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D63310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63310 is #29CCEF. Grayscale: #606060. Windows color (decimal): -2739440 or 1061846. OLE color: 1061846.

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

Color convert

RGB 214 51 16 -
CMYK 0 0.76 0.93 0.16
HSL 10.61º 0.86% 0.45% -
HSV(B) 10.61º 0.93% 0.84% -
XYZ 29.01 16.7 2.18 -
YUV 95.75 83 212.35 -
System Red Green Blue C M Y K H S L
Decimal 214 51 16 0 0.76 0.93 0.16 10.61 0.86 0.45
Hex D6 33 10 0 4C 5D 10 B 56 2D
Octal 326 63 20 0 114 135 20 13 126 55
Binary 11010110 110011 10000 0 1001100 1011101 10000 1011 1010110 101101

Color Harmonies of #D63310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63310

Black with #D63310

Text Example


Text Example

White with #D63310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63310; }

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

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

background-color css

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

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

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

border-color css

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

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

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