Html Css Color HEX #D9441C Harley Davidson Orange

📋 copy color: '#D9441C'

red 217 ◦ green 68 ◦ blue 28

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

Shades of Harley Davidson Orange #D9441C

Tints of Harley Davidson Orange #D9441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 69.33%
G = 21.73%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9441C (or 0xD9441C) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 1C. RGB value is (217,68,28). Sum of RGB (Red+Green+Blue) = 217+68+28=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9441C is #26BBE3. Grayscale: #6C6C6C. Windows color (decimal): -2538468 or 1852633. OLE color: 1852633.

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

Color convert

RGB 217 68 28 -
CMYK 0 0.69 0.87 0.15
HSL 12.7º 0.77% 0.48% -
HSV(B) 12.7º 0.87% 0.85% -
XYZ 30.89 18.97 3.13 -
YUV 107.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 217 68 28 0 0.69 0.87 0.15 12.7 0.77 0.48
Hex D9 44 1C 0 45 57 F D 4D 30
Octal 331 104 34 0 105 127 17 15 115 60
Binary 11011001 1000100 11100 0 1000101 1010111 1111 1101 1001101 110000

Color Harmonies of #D9441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9441C

Black with #D9441C

Text Example


Text Example

White with #D9441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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