Html Css Color HEX #D9430F Harley Davidson Orange

📋 copy color: '#D9430F'

red 217 ◦ green 67 ◦ blue 15

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

Shades of Harley Davidson Orange #D9430F

Tints of Harley Davidson Orange #D9430F

RGB

 RED value IS 217 (85.16% from 255) = 72.58%

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

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

R = 72.58%
G = 22.41%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9430F (or 0xD9430F) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 0F. RGB value is (217,67,15). Sum of RGB (Red+Green+Blue) = 217+67+15=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9430F is #26BCF0. Grayscale: #6A6A6A. Windows color (decimal): -2538737 or 1000409. OLE color: 1000409.

HSL color Cylindrical-coordinate representation of color #D9430F: hue angle of 15.45º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9430F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 15 -
CMYK 0 0.69 0.93 0.15
HSL 15.45º 0.87% 0.45% -
HSV(B) 15.45º 0.93% 0.85% -
XYZ 30.71 18.8 2.46 -
YUV 105.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 217 67 15 0 0.69 0.93 0.15 15.45 0.87 0.45
Hex D9 43 F 0 45 5D F F 57 2D
Octal 331 103 17 0 105 135 17 17 127 55
Binary 11011001 1000011 1111 0 1000101 1011101 1111 1111 1010111 101101

Color Harmonies of #D9430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9430F

Black with #D9430F

Text Example


Text Example

White with #D9430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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