Html Css Color HEX #D63D14 Harley Davidson Orange

📋 copy color: '#D63D14'

red 214 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #D63D14

Tints of Harley Davidson Orange #D63D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

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

R = 72.54%
G = 20.68%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63D14 (or 0xD63D14) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 14. RGB value is (214,61,20). Sum of RGB (Red+Green+Blue) = 214+61+20=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D14 is #29C2EB. Grayscale: #666666. Windows color (decimal): -2736876 or 1326550. OLE color: 1326550.

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

Color convert

RGB 214 61 20 -
CMYK 0 0.71 0.91 0.16
HSL 12.68º 0.83% 0.46% -
HSV(B) 12.68º 0.91% 0.84% -
XYZ 29.53 17.68 2.52 -
YUV 102.07 81.69 207.83 -
System Red Green Blue C M Y K H S L
Decimal 214 61 20 0 0.71 0.91 0.16 12.68 0.83 0.46
Hex D6 3D 14 0 47 5B 10 D 53 2E
Octal 326 75 24 0 107 133 20 15 123 56
Binary 11010110 111101 10100 0 1000111 1011011 10000 1101 1010011 101110

Color Harmonies of #D63D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D14

Black with #D63D14

Text Example


Text Example

White with #D63D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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