Html Css Color HEX #D63814 Harley Davidson Orange

📋 copy color: '#D63814'

red 214 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #D63814

Tints of Harley Davidson Orange #D63814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 73.79%
G = 19.31%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63814 (or 0xD63814) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 14. RGB value is (214,56,20). Sum of RGB (Red+Green+Blue) = 214+56+20=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D63814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63814 is #29C7EB. Grayscale: #636363. Windows color (decimal): -2738156 or 1325270. OLE color: 1325270.

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

Color convert

RGB 214 56 20 -
CMYK 0 0.74 0.91 0.16
HSL 11.13º 0.83% 0.46% -
HSV(B) 11.13º 0.91% 0.84% -
XYZ 29.27 17.18 2.43 -
YUV 99.14 83.35 209.93 -
System Red Green Blue C M Y K H S L
Decimal 214 56 20 0 0.74 0.91 0.16 11.13 0.83 0.46
Hex D6 38 14 0 4A 5B 10 B 53 2E
Octal 326 70 24 0 112 133 20 13 123 56
Binary 11010110 111000 10100 0 1001010 1011011 10000 1011 1010011 101110

Color Harmonies of #D63814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63814

Black with #D63814

Text Example


Text Example

White with #D63814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63814; }

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

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

background-color css

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

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

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

border-color css

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

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

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