Html Css Color HEX #D7441F Harley Davidson Orange

📋 copy color: '#D7441F'

red 215 ◦ green 68 ◦ blue 31

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

Shades of Harley Davidson Orange #D7441F

Tints of Harley Davidson Orange #D7441F

RGB

 RED value IS 215 (84.38% from 255) = 68.47%

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

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 68.47%
G = 21.66%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7441F (or 0xD7441F) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 1F. RGB value is (215,68,31). Sum of RGB (Red+Green+Blue) = 215+68+31=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7441F is #28BBE0. Grayscale: #6C6C6C. Windows color (decimal): -2669537 or 2049239. OLE color: 2049239.

HSL color Cylindrical-coordinate representation of color #D7441F: hue angle of 12.07º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7441F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 68 31 -
CMYK 0 0.68 0.86 0.16
HSL 12.07º 0.75% 0.48% -
HSV(B) 12.07º 0.86% 0.84% -
XYZ 30.34 18.68 3.3 -
YUV 107.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 215 68 31 0 0.68 0.86 0.16 12.07 0.75 0.48
Hex D7 44 1F 0 44 56 10 C 4B 30
Octal 327 104 37 0 104 126 20 14 113 60
Binary 11010111 1000100 11111 0 1000100 1010110 10000 1100 1001011 110000

Color Harmonies of #D7441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7441F

Black with #D7441F

Text Example


Text Example

White with #D7441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7441F; }

 p { color: rgb(215,68,31); }

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

background-color css

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

 a { background-color: rgb(215,68,31); }

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

border-color css

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

 span { border-color: rgb(215,68,31); }

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