Html Css Color HEX #D9441E Harley Davidson Orange

📋 copy color: '#D9441E'

red 217 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #D9441E

Tints of Harley Davidson Orange #D9441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 68.89%
G = 21.59%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9441E (or 0xD9441E) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 1E. RGB value is (217,68,30). Sum of RGB (Red+Green+Blue) = 217+68+30=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9441E is #26BBE1. Grayscale: #6C6C6C. Windows color (decimal): -2538466 or 1983705. OLE color: 1983705.

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

Color convert

RGB 217 68 30 -
CMYK 0 0.69 0.86 0.15
HSL 12.19º 0.76% 0.48% -
HSV(B) 12.19º 0.86% 0.85% -
XYZ 30.92 18.98 3.26 -
YUV 108.22 83.86 205.59 -
System Red Green Blue C M Y K H S L
Decimal 217 68 30 0 0.69 0.86 0.15 12.19 0.76 0.48
Hex D9 44 1E 0 45 56 F C 4C 30
Octal 331 104 36 0 105 126 17 14 114 60
Binary 11011001 1000100 11110 0 1000101 1010110 1111 1100 1001100 110000

Color Harmonies of #D9441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9441E

Black with #D9441E

Text Example


Text Example

White with #D9441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9441E; }

 p { color: rgb(217,68,30); }

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

background-color css

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

 a { background-color: rgb(217,68,30); }

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

border-color css

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

 span { border-color: rgb(217,68,30); }

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