Html Css Color HEX #D63309 Harley Davidson Orange

📋 copy color: '#D63309'

red 214 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #D63309

Tints of Harley Davidson Orange #D63309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.28%

R = 78.1%
G = 18.61%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D63309 (or 0xD63309) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 09. RGB value is (214,51,9). Sum of RGB (Red+Green+Blue) = 214+51+9=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D63309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63309 is #29CCF6. Grayscale: #5F5F5F. Windows color (decimal): -2739447 or 603094. OLE color: 603094.

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

Color convert

RGB 214 51 9 -
CMYK 0 0.76 0.96 0.16
HSL 12.29º 0.92% 0.44% -
HSV(B) 12.29º 0.96% 0.84% -
XYZ 28.96 16.68 1.95 -
YUV 94.95 79.5 212.92 -
System Red Green Blue C M Y K H S L
Decimal 214 51 9 0 0.76 0.96 0.16 12.29 0.92 0.44
Hex D6 33 9 0 4C 60 10 C 5C 2C
Octal 326 63 11 0 114 140 20 14 134 54
Binary 11010110 110011 1001 0 1001100 1100000 10000 1100 1011100 101100

Color Harmonies of #D63309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63309

Black with #D63309

Text Example


Text Example

White with #D63309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63309; }

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

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

background-color css

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

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

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

border-color css

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

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

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