Html Css Color HEX #D61A09 Harley Davidson Orange

📋 copy color: '#D61A09'

red 214 ◦ green 26 ◦ blue 9

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

Shades of Harley Davidson Orange #D61A09

Tints of Harley Davidson Orange #D61A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

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

R = 85.94%
G = 10.44%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D61A09 (or 0xD61A09) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 09. RGB value is (214,26,9). Sum of RGB (Red+Green+Blue) = 214+26+9=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A09 is #29E5F6. Grayscale: #505050. Windows color (decimal): -2745847 or 596694. OLE color: 596694.

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

Color convert

RGB 214 26 9 -
CMYK 0 0.88 0.96 0.16
HSL 4.98º 0.92% 0.44% -
HSV(B) 4.98º 0.96% 0.84% -
XYZ 28.15 15.05 1.68 -
YUV 80.27 87.78 223.38 -
System Red Green Blue C M Y K H S L
Decimal 214 26 9 0 0.88 0.96 0.16 4.98 0.92 0.44
Hex D6 1A 9 0 58 60 10 5 5C 2C
Octal 326 32 11 0 130 140 20 5 134 54
Binary 11010110 11010 1001 0 1011000 1100000 10000 101 1011100 101100

Color Harmonies of #D61A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A09

Black with #D61A09

Text Example


Text Example

White with #D61A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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