Html Css Color HEX #D63413 Harley Davidson Orange

📋 copy color: '#D63413'

red 214 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #D63413

Tints of Harley Davidson Orange #D63413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 75.09%
G = 18.25%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63413 (or 0xD63413) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 13. RGB value is (214,52,19). Sum of RGB (Red+Green+Blue) = 214+52+19=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D63413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63413 is #29CBEC. Grayscale: #606060. Windows color (decimal): -2739181 or 1258710. OLE color: 1258710.

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

Color convert

RGB 214 52 19 -
CMYK 0 0.76 0.91 0.16
HSL 10.15º 0.84% 0.46% -
HSV(B) 10.15º 0.91% 0.84% -
XYZ 29.08 16.8 2.33 -
YUV 96.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 214 52 19 0 0.76 0.91 0.16 10.15 0.84 0.46
Hex D6 34 13 0 4C 5B 10 A 54 2E
Octal 326 64 23 0 114 133 20 12 124 56
Binary 11010110 110100 10011 0 1001100 1011011 10000 1010 1010100 101110

Color Harmonies of #D63413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63413

Black with #D63413

Text Example


Text Example

White with #D63413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63413; }

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

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

background-color css

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

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

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

border-color css

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

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

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