Html Css Color HEX #D62B09 Harley Davidson Orange

📋 copy color: '#D62B09'

red 214 ◦ green 43 ◦ blue 9

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

Shades of Harley Davidson Orange #D62B09

Tints of Harley Davidson Orange #D62B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

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

R = 80.45%
G = 16.17%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D62B09 (or 0xD62B09) is known color: Harley Davidson Orange. HEX triplet: D6, 2B and 09. RGB value is (214,43,9). Sum of RGB (Red+Green+Blue) = 214+43+9=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62B09 is #29D4F6. Grayscale: #5A5A5A. Windows color (decimal): -2741495 or 601046. OLE color: 601046.

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

Color convert

RGB 214 43 9 -
CMYK 0 0.80 0.96 0.16
HSL 9.95º 0.92% 0.44% -
HSV(B) 9.95º 0.96% 0.84% -
XYZ 28.64 16.04 1.85 -
YUV 90.25 82.15 216.26 -
System Red Green Blue C M Y K H S L
Decimal 214 43 9 0 0.80 0.96 0.16 9.95 0.92 0.44
Hex D6 2B 9 0 50 60 10 A 5C 2C
Octal 326 53 11 0 120 140 20 12 134 54
Binary 11010110 101011 1001 0 1010000 1100000 10000 1010 1011100 101100

Color Harmonies of #D62B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B09

Black with #D62B09

Text Example


Text Example

White with #D62B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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