Html Css Color HEX #D63200 Harley Davidson Orange

📋 copy color: '#D63200'

red 214 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #D63200

Tints of Harley Davidson Orange #D63200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.06%
G = 18.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D63200 (or 0xD63200) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 00. RGB value is (214,50,0). Sum of RGB (Red+Green+Blue) = 214+50+0=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D63200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63200 is #29CDFF. Grayscale: #5D5D5D. Windows color (decimal): -2739712 or 13014. OLE color: 13014.

HSL color Cylindrical-coordinate representation of color #D63200: hue angle of 14.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D63200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 0 -
CMYK 0 0.77 1 0.16
HSL 14.02º 1% 0.42% -
HSV(B) 14.02º 1% 0.84% -
XYZ 28.87 16.58 1.68 -
YUV 93.34 75.33 214.07 -
System Red Green Blue C M Y K H S L
Decimal 214 50 0 0 0.77 1 0.16 14.02 1 0.42
Hex D6 32 0 0 4D 64 10 E 64 2A
Octal 326 62 0 0 115 144 20 16 144 52
Binary 11010110 110010 0 0 1001101 1100100 10000 1110 1100100 101010

Color Harmonies of #D63200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63200

Black with #D63200

Text Example


Text Example

White with #D63200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63200; }

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

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

background-color css

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

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

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

border-color css

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

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

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