Html Css Color HEX #D62109 Harley Davidson Orange

📋 copy color: '#D62109'

red 214 ◦ green 33 ◦ blue 9

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

Shades of Harley Davidson Orange #D62109

Tints of Harley Davidson Orange #D62109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

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

R = 83.59%
G = 12.89%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D62109 (or 0xD62109) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 09. RGB value is (214,33,9). Sum of RGB (Red+Green+Blue) = 214+33+9=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D62109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62109 is #29DEF6. Grayscale: #545454. Windows color (decimal): -2744055 or 598486. OLE color: 598486.

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

Color convert

RGB 214 33 9 -
CMYK 0 0.85 0.96 0.16
HSL 7.02º 0.92% 0.44% -
HSV(B) 7.02º 0.96% 0.84% -
XYZ 28.32 15.4 1.74 -
YUV 84.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 214 33 9 0 0.85 0.96 0.16 7.02 0.92 0.44
Hex D6 21 9 0 55 60 10 7 5C 2C
Octal 326 41 11 0 125 140 20 7 134 54
Binary 11010110 100001 1001 0 1010101 1100000 10000 111 1011100 101100

Color Harmonies of #D62109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62109

Black with #D62109

Text Example


Text Example

White with #D62109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62109; }

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

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

background-color css

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

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

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

border-color css

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

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

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