Html Css Color HEX #D63302 Harley Davidson Orange

📋 copy color: '#D63302'

red 214 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #D63302

Tints of Harley Davidson Orange #D63302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 80.15%
G = 19.1%
B = 0.75%

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

#D63302 (or 0xD63302) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 02. RGB value is (214,51,2). Sum of RGB (Red+Green+Blue) = 214+51+2=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D63302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63302 is #29CCFD. Grayscale: #5E5E5E. Windows color (decimal): -2739454 or 144342. OLE color: 144342.

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

Color convert

RGB 214 51 2 -
CMYK 0 0.76 0.99 0.16
HSL 13.87º 0.98% 0.42% -
HSV(B) 13.87º 0.99% 0.84% -
XYZ 28.93 16.67 1.75 -
YUV 94.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 214 51 2 0 0.76 0.99 0.16 13.87 0.98 0.42
Hex D6 33 2 0 4C 63 10 E 62 2A
Octal 326 63 2 0 114 143 20 16 142 52
Binary 11010110 110011 10 0 1001100 1100011 10000 1110 1100010 101010

Color Harmonies of #D63302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63302

Black with #D63302

Text Example


Text Example

White with #D63302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63302; }

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

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

background-color css

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

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

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

border-color css

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

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

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