Html Css Color HEX #D63A06 Harley Davidson Orange

📋 copy color: '#D63A06'

red 214 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #D63A06

Tints of Harley Davidson Orange #D63A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 76.98%
G = 20.86%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D63A06 (or 0xD63A06) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 06. RGB value is (214,58,6). Sum of RGB (Red+Green+Blue) = 214+58+6=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A06 is #29C5F9. Grayscale: #636363. Windows color (decimal): -2737658 or 408278. OLE color: 408278.

HSL color Cylindrical-coordinate representation of color #D63A06: hue angle of 15º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D63A06 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 6 -
CMYK 0 0.73 0.97 0.16
HSL 15º 0.95% 0.43% -
HSV(B) 15º 0.97% 0.84% -
XYZ 29.28 17.34 1.98 -
YUV 98.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 214 58 6 0 0.73 0.97 0.16 15 0.95 0.43
Hex D6 3A 6 0 49 61 10 F 5F 2B
Octal 326 72 6 0 111 141 20 17 137 53
Binary 11010110 111010 110 0 1001001 1100001 10000 1111 1011111 101011

Color Harmonies of #D63A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A06

Black with #D63A06

Text Example


Text Example

White with #D63A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A06; }

 p { color: rgb(214,58,6); }

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

background-color css

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

 a { background-color: rgb(214,58,6); }

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

border-color css

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

 span { border-color: rgb(214,58,6); }

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