Html Css Color HEX #D63A03 Harley Davidson Orange

📋 copy color: '#D63A03'

red 214 ◦ green 58 ◦ blue 3

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

Shades of Harley Davidson Orange #D63A03

Tints of Harley Davidson Orange #D63A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 77.82%
G = 21.09%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63A03 (or 0xD63A03) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 03. RGB value is (214,58,3). Sum of RGB (Red+Green+Blue) = 214+58+3=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A03 is #29C5FC. Grayscale: #626262. Windows color (decimal): -2737661 or 211670. OLE color: 211670.

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

Color convert

RGB 214 58 3 -
CMYK 0 0.73 0.99 0.16
HSL 15.64º 0.97% 0.43% -
HSV(B) 15.64º 0.99% 0.84% -
XYZ 29.26 17.33 1.89 -
YUV 98.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 214 58 3 0 0.73 0.99 0.16 15.64 0.97 0.43
Hex D6 3A 3 0 49 63 10 10 61 2B
Octal 326 72 3 0 111 143 20 20 141 53
Binary 11010110 111010 11 0 1001001 1100011 10000 10000 1100001 101011

Color Harmonies of #D63A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A03

Black with #D63A03

Text Example


Text Example

White with #D63A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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