Html Css Color HEX #D63802 Harley Davidson Orange

📋 copy color: '#D63802'

red 214 ◦ green 56 ◦ blue 2

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

Shades of Harley Davidson Orange #D63802

Tints of Harley Davidson Orange #D63802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

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

R = 78.68%
G = 20.59%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63802 (or 0xD63802) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 02. RGB value is (214,56,2). Sum of RGB (Red+Green+Blue) = 214+56+2=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D63802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63802 is #29C7FD. Grayscale: #616161. Windows color (decimal): -2738174 or 145622. OLE color: 145622.

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

Color convert

RGB 214 56 2 -
CMYK 0 0.74 0.99 0.16
HSL 15.28º 0.98% 0.42% -
HSV(B) 15.28º 0.99% 0.84% -
XYZ 29.16 17.13 1.83 -
YUV 97.09 74.35 211.39 -
System Red Green Blue C M Y K H S L
Decimal 214 56 2 0 0.74 0.99 0.16 15.28 0.98 0.42
Hex D6 38 2 0 4A 63 10 F 62 2A
Octal 326 70 2 0 112 143 20 17 142 52
Binary 11010110 111000 10 0 1001010 1100011 10000 1111 1100010 101010

Color Harmonies of #D63802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63802

Black with #D63802

Text Example


Text Example

White with #D63802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63802; }

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

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

background-color css

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

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

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

border-color css

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

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

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