Html Css Color HEX #D1430F Harley Davidson Orange

📋 copy color: '#D1430F'

red 209 ◦ green 67 ◦ blue 15

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

Shades of Harley Davidson Orange #D1430F

Tints of Harley Davidson Orange #D1430F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 71.82%
G = 23.02%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1430F (or 0xD1430F) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 0F. RGB value is (209,67,15). Sum of RGB (Red+Green+Blue) = 209+67+15=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1430F is #2EBCF0. Grayscale: #676767. Windows color (decimal): -3063025 or 1000401. OLE color: 1000401.

HSL color Cylindrical-coordinate representation of color #D1430F: hue angle of 16.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1430F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 15 -
CMYK 0 0.68 0.93 0.18
HSL 16.08º 0.87% 0.44% -
HSV(B) 16.08º 0.93% 0.82% -
XYZ 28.39 17.6 2.35 -
YUV 103.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 209 67 15 0 0.68 0.93 0.18 16.08 0.87 0.44
Hex D1 43 F 0 44 5D 12 10 57 2C
Octal 321 103 17 0 104 135 22 20 127 54
Binary 11010001 1000011 1111 0 1000100 1011101 10010 10000 1010111 101100

Color Harmonies of #D1430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1430F

Black with #D1430F

Text Example


Text Example

White with #D1430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1430F; }

 p { color: rgb(209,67,15); }

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

background-color css

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

 a { background-color: rgb(209,67,15); }

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

border-color css

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

 span { border-color: rgb(209,67,15); }

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