Html Css Color HEX #D63203 Harley Davidson Orange

📋 copy color: '#D63203'

red 214 ◦ green 50 ◦ blue 3

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

Shades of Harley Davidson Orange #D63203

Tints of Harley Davidson Orange #D63203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 80.15%
G = 18.73%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63203 (or 0xD63203) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 03. RGB value is (214,50,3). Sum of RGB (Red+Green+Blue) = 214+50+3=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D63203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63203 is #29CDFC. Grayscale: #5E5E5E. Windows color (decimal): -2739709 or 209622. OLE color: 209622.

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

Color convert

RGB 214 50 3 -
CMYK 0 0.77 0.99 0.16
HSL 13.36º 0.97% 0.43% -
HSV(B) 13.36º 0.99% 0.84% -
XYZ 28.89 16.58 1.76 -
YUV 93.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 214 50 3 0 0.77 0.99 0.16 13.36 0.97 0.43
Hex D6 32 3 0 4D 63 10 D 61 2B
Octal 326 62 3 0 115 143 20 15 141 53
Binary 11010110 110010 11 0 1001101 1100011 10000 1101 1100001 101011

Color Harmonies of #D63203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63203

Black with #D63203

Text Example


Text Example

White with #D63203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63203; }

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

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

background-color css

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

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

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

border-color css

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

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

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