Html Css Color HEX #D63C02 Harley Davidson Orange

📋 copy color: '#D63C02'

red 214 ◦ green 60 ◦ blue 2

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

Shades of Harley Davidson Orange #D63C02

Tints of Harley Davidson Orange #D63C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

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

R = 77.54%
G = 21.74%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63C02 (or 0xD63C02) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 02. RGB value is (214,60,2). Sum of RGB (Red+Green+Blue) = 214+60+2=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C02 is #29C3FD. Grayscale: #636363. Windows color (decimal): -2737150 or 146646. OLE color: 146646.

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

Color convert

RGB 214 60 2 -
CMYK 0 0.72 0.99 0.16
HSL 16.42º 0.98% 0.42% -
HSV(B) 16.42º 0.99% 0.84% -
XYZ 29.36 17.53 1.89 -
YUV 99.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 214 60 2 0 0.72 0.99 0.16 16.42 0.98 0.42
Hex D6 3C 2 0 48 63 10 10 62 2A
Octal 326 74 2 0 110 143 20 20 142 52
Binary 11010110 111100 10 0 1001000 1100011 10000 10000 1100010 101010

Color Harmonies of #D63C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C02

Black with #D63C02

Text Example


Text Example

White with #D63C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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