Html Css Color HEX #D63A0E Harley Davidson Orange

📋 copy color: '#D63A0E'

red 214 ◦ green 58 ◦ blue 14

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

Shades of Harley Davidson Orange #D63A0E

Tints of Harley Davidson Orange #D63A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 74.83%
G = 20.28%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D63A0E (or 0xD63A0E) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 0E. RGB value is (214,58,14). Sum of RGB (Red+Green+Blue) = 214+58+14=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A0E is #29C5F1. Grayscale: #636363. Windows color (decimal): -2737650 or 932566. OLE color: 932566.

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

Color convert

RGB 214 58 14 -
CMYK 0 0.73 0.93 0.16
HSL 13.2º 0.88% 0.45% -
HSV(B) 13.2º 0.93% 0.84% -
XYZ 29.32 17.35 2.22 -
YUV 99.63 79.68 209.58 -
System Red Green Blue C M Y K H S L
Decimal 214 58 14 0 0.73 0.93 0.16 13.2 0.88 0.45
Hex D6 3A E 0 49 5D 10 D 58 2D
Octal 326 72 16 0 111 135 20 15 130 55
Binary 11010110 111010 1110 0 1001001 1011101 10000 1101 1011000 101101

Color Harmonies of #D63A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A0E

Black with #D63A0E

Text Example


Text Example

White with #D63A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A0E; }

 p { color: rgb(214,58,14); }

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

background-color css

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

 a { background-color: rgb(214,58,14); }

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

border-color css

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

 span { border-color: rgb(214,58,14); }

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