Html Css Color HEX #D63303 Harley Davidson Orange

📋 copy color: '#D63303'

red 214 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #D63303

Tints of Harley Davidson Orange #D63303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 79.85%
G = 19.03%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63303 (or 0xD63303) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 03. RGB value is (214,51,3). Sum of RGB (Red+Green+Blue) = 214+51+3=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D63303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63303 is #29CCFC. Grayscale: #5E5E5E. Windows color (decimal): -2739453 or 209878. OLE color: 209878.

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

Color convert

RGB 214 51 3 -
CMYK 0 0.76 0.99 0.16
HSL 13.65º 0.97% 0.43% -
HSV(B) 13.65º 0.99% 0.84% -
XYZ 28.93 16.67 1.78 -
YUV 94.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 214 51 3 0 0.76 0.99 0.16 13.65 0.97 0.43
Hex D6 33 3 0 4C 63 10 E 61 2B
Octal 326 63 3 0 114 143 20 16 141 53
Binary 11010110 110011 11 0 1001100 1100011 10000 1110 1100001 101011

Color Harmonies of #D63303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63303

Black with #D63303

Text Example


Text Example

White with #D63303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63303; }

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

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

background-color css

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

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

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

border-color css

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

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

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