Html Css Color HEX #D62309 Harley Davidson Orange

📋 copy color: '#D62309'

red 214 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #D62309

Tints of Harley Davidson Orange #D62309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 82.95%
G = 13.57%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D62309 (or 0xD62309) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 09. RGB value is (214,35,9). Sum of RGB (Red+Green+Blue) = 214+35+9=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D62309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62309 is #29DCF6. Grayscale: #555555. Windows color (decimal): -2743543 or 598998. OLE color: 598998.

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

Color convert

RGB 214 35 9 -
CMYK 0 0.84 0.96 0.16
HSL 7.61º 0.92% 0.44% -
HSV(B) 7.61º 0.96% 0.84% -
XYZ 28.38 15.52 1.76 -
YUV 85.56 84.8 219.61 -
System Red Green Blue C M Y K H S L
Decimal 214 35 9 0 0.84 0.96 0.16 7.61 0.92 0.44
Hex D6 23 9 0 54 60 10 8 5C 2C
Octal 326 43 11 0 124 140 20 10 134 54
Binary 11010110 100011 1001 0 1010100 1100000 10000 1000 1011100 101100

Color Harmonies of #D62309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62309

Black with #D62309

Text Example


Text Example

White with #D62309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62309; }

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

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

background-color css

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

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

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

border-color css

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

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

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