Html Css Color HEX #D62F09 Harley Davidson Orange

📋 copy color: '#D62F09'

red 214 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #D62F09

Tints of Harley Davidson Orange #D62F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 79.26%
G = 17.41%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D62F09 (or 0xD62F09) is known color: Harley Davidson Orange. HEX triplet: D6, 2F and 09. RGB value is (214,47,9). Sum of RGB (Red+Green+Blue) = 214+47+9=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F09 is #29D0F6. Grayscale: #5C5C5C. Windows color (decimal): -2740471 or 602070. OLE color: 602070.

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

Color convert

RGB 214 47 9 -
CMYK 0 0.78 0.96 0.16
HSL 11.12º 0.92% 0.44% -
HSV(B) 11.12º 0.96% 0.84% -
XYZ 28.8 16.35 1.9 -
YUV 92.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 214 47 9 0 0.78 0.96 0.16 11.12 0.92 0.44
Hex D6 2F 9 0 4E 60 10 B 5C 2C
Octal 326 57 11 0 116 140 20 13 134 54
Binary 11010110 101111 1001 0 1001110 1100000 10000 1011 1011100 101100

Color Harmonies of #D62F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F09

Black with #D62F09

Text Example


Text Example

White with #D62F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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