Html Css Color HEX #D63006 Harley Davidson Orange

📋 copy color: '#D63006'

red 214 ◦ green 48 ◦ blue 6

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

Shades of Harley Davidson Orange #D63006

Tints of Harley Davidson Orange #D63006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 79.85%
G = 17.91%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D63006 (or 0xD63006) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 06. RGB value is (214,48,6). Sum of RGB (Red+Green+Blue) = 214+48+6=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D63006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63006 is #29CFF9. Grayscale: #5D5D5D. Windows color (decimal): -2740218 or 405718. OLE color: 405718.

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

Color convert

RGB 214 48 6 -
CMYK 0 0.78 0.97 0.16
HSL 12.12º 0.95% 0.43% -
HSV(B) 12.12º 0.97% 0.84% -
XYZ 28.82 16.42 1.82 -
YUV 92.85 79 214.42 -
System Red Green Blue C M Y K H S L
Decimal 214 48 6 0 0.78 0.97 0.16 12.12 0.95 0.43
Hex D6 30 6 0 4E 61 10 C 5F 2B
Octal 326 60 6 0 116 141 20 14 137 53
Binary 11010110 110000 110 0 1001110 1100001 10000 1100 1011111 101011

Color Harmonies of #D63006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63006

Black with #D63006

Text Example


Text Example

White with #D63006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63006; }

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

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

background-color css

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

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

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

border-color css

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

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

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