Html Css Color HEX #D63A1A Harley Davidson Orange

📋 copy color: '#D63A1A'

red 214 ◦ green 58 ◦ blue 26

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

Shades of Harley Davidson Orange #D63A1A

Tints of Harley Davidson Orange #D63A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 71.81%
G = 19.46%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D63A1A (or 0xD63A1A) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 1A. RGB value is (214,58,26). Sum of RGB (Red+Green+Blue) = 214+58+26=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A1A is #29C5E5. Grayscale: #656565. Windows color (decimal): -2737638 or 1718998. OLE color: 1718998.

HSL color Cylindrical-coordinate representation of color #D63A1A: hue angle of 10.21º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D63A1A is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 26 -
CMYK 0 0.73 0.88 0.16
HSL 10.21º 0.78% 0.47% -
HSV(B) 10.21º 0.88% 0.84% -
XYZ 29.43 17.4 2.78 -
YUV 101 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 214 58 26 0 0.73 0.88 0.16 10.21 0.78 0.47
Hex D6 3A 1A 0 49 58 10 A 4E 2F
Octal 326 72 32 0 111 130 20 12 116 57
Binary 11010110 111010 11010 0 1001001 1011000 10000 1010 1001110 101111

Color Harmonies of #D63A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A1A

Black with #D63A1A

Text Example


Text Example

White with #D63A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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