Html Css Color HEX #D13F07 Harley Davidson Orange

📋 copy color: '#D13F07'

red 209 ◦ green 63 ◦ blue 7

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

Shades of Harley Davidson Orange #D13F07

Tints of Harley Davidson Orange #D13F07

RGB

 RED value IS 209 (82.03% from 255) = 74.91%

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 74.91%
G = 22.58%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D13F07 (or 0xD13F07) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 07. RGB value is (209,63,7). Sum of RGB (Red+Green+Blue) = 209+63+7=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13F07 is #2EC0F8. Grayscale: #646464. Windows color (decimal): -3064057 or 475089. OLE color: 475089.

HSL color Cylindrical-coordinate representation of color #D13F07: hue angle of 16.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D13F07 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 7 -
CMYK 0 0.70 0.97 0.18
HSL 16.63º 0.94% 0.42% -
HSV(B) 16.63º 0.97% 0.82% -
XYZ 28.11 17.13 2.03 -
YUV 100.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 209 63 7 0 0.70 0.97 0.18 16.63 0.94 0.42
Hex D1 3F 7 0 46 61 12 11 5E 2A
Octal 321 77 7 0 106 141 22 21 136 52
Binary 11010001 111111 111 0 1000110 1100001 10010 10001 1011110 101010

Color Harmonies of #D13F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F07

Black with #D13F07

Text Example


Text Example

White with #D13F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F07; }

 p { color: rgb(209,63,7); }

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

background-color css

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

 a { background-color: rgb(209,63,7); }

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

border-color css

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

 span { border-color: rgb(209,63,7); }

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