Html Css Color HEX #D74D1A Harley Davidson Orange

📋 copy color: '#D74D1A'

red 215 ◦ green 77 ◦ blue 26

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

Shades of Harley Davidson Orange #D74D1A

Tints of Harley Davidson Orange #D74D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 67.61%
G = 24.21%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D74D1A (or 0xD74D1A) is known color: Harley Davidson Orange. HEX triplet: D7, 4D and 1A. RGB value is (215,77,26). Sum of RGB (Red+Green+Blue) = 215+77+26=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D1A is #28B2E5. Grayscale: #707070. Windows color (decimal): -2667238 or 1723863. OLE color: 1723863.

HSL color Cylindrical-coordinate representation of color #D74D1A: hue angle of 16.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D74D1A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 26 -
CMYK 0 0.64 0.88 0.16
HSL 16.19º 0.78% 0.47% -
HSV(B) 16.19º 0.88% 0.84% -
XYZ 30.86 19.83 3.18 -
YUV 112.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 215 77 26 0 0.64 0.88 0.16 16.19 0.78 0.47
Hex D7 4D 1A 0 40 58 10 10 4E 2F
Octal 327 115 32 0 100 130 20 20 116 57
Binary 11010111 1001101 11010 0 1000000 1011000 10000 10000 1001110 101111

Color Harmonies of #D74D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D1A

Black with #D74D1A

Text Example


Text Example

White with #D74D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D1A; }

 p { color: rgb(215,77,26); }

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

background-color css

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

 a { background-color: rgb(215,77,26); }

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

border-color css

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

 span { border-color: rgb(215,77,26); }

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