Html Css Color HEX #D7451F Harley Davidson Orange

📋 copy color: '#D7451F'

red 215 ◦ green 69 ◦ blue 31

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

Shades of Harley Davidson Orange #D7451F

Tints of Harley Davidson Orange #D7451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

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

R = 68.25%
G = 21.9%
B = 9.84%

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

#D7451F (or 0xD7451F) is known color: Harley Davidson Orange. HEX triplet: D7, 45 and 1F. RGB value is (215,69,31). Sum of RGB (Red+Green+Blue) = 215+69+31=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7451F is #28BAE0. Grayscale: #6C6C6C. Windows color (decimal): -2669281 or 2049495. OLE color: 2049495.

HSL color Cylindrical-coordinate representation of color #D7451F: hue angle of 12.39º 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 #D7451F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 31 -
CMYK 0 0.68 0.86 0.16
HSL 12.39º 0.75% 0.48% -
HSV(B) 12.39º 0.86% 0.84% -
XYZ 30.4 18.8 3.32 -
YUV 108.32 84.37 204.09 -
System Red Green Blue C M Y K H S L
Decimal 215 69 31 0 0.68 0.86 0.16 12.39 0.75 0.48
Hex D7 45 1F 0 44 56 10 C 4B 30
Octal 327 105 37 0 104 126 20 14 113 60
Binary 11010111 1000101 11111 0 1000100 1010110 10000 1100 1001011 110000

Color Harmonies of #D7451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7451F

Black with #D7451F

Text Example


Text Example

White with #D7451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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