Html Css Color HEX #D7421C Harley Davidson Orange

📋 copy color: '#D7421C'

red 215 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #D7421C

Tints of Harley Davidson Orange #D7421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

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

R = 69.58%
G = 21.36%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7421C (or 0xD7421C) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 1C. RGB value is (215,66,28). Sum of RGB (Red+Green+Blue) = 215+66+28=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7421C is #28BDE3. Grayscale: #6A6A6A. Windows color (decimal): -2670052 or 1852119. OLE color: 1852119.

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

Color convert

RGB 215 66 28 -
CMYK 0 0.69 0.87 0.16
HSL 12.19º 0.77% 0.48% -
HSV(B) 12.19º 0.87% 0.84% -
XYZ 30.18 18.43 3.06 -
YUV 106.22 83.86 205.59 -
System Red Green Blue C M Y K H S L
Decimal 215 66 28 0 0.69 0.87 0.16 12.19 0.77 0.48
Hex D7 42 1C 0 45 57 10 C 4D 30
Octal 327 102 34 0 105 127 20 14 115 60
Binary 11010111 1000010 11100 0 1000101 1010111 10000 1100 1001101 110000

Color Harmonies of #D7421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7421C

Black with #D7421C

Text Example


Text Example

White with #D7421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7421C; }

 p { color: rgb(215,66,28); }

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

background-color css

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

 a { background-color: rgb(215,66,28); }

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

border-color css

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

 span { border-color: rgb(215,66,28); }

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