Html Css Color HEX #D73422 Harley Davidson Orange

📋 copy color: '#D73422'

red 215 ◦ green 52 ◦ blue 34

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

Shades of Harley Davidson Orange #D73422

Tints of Harley Davidson Orange #D73422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 71.43%
G = 17.28%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D73422 (or 0xD73422) is known color: Harley Davidson Orange. HEX triplet: D7, 34 and 22. RGB value is (215,52,34). Sum of RGB (Red+Green+Blue) = 215+52+34=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D73422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73422 is #28CBDD. Grayscale: #626262. Windows color (decimal): -2673630 or 2241751. OLE color: 2241751.

HSL color Cylindrical-coordinate representation of color #D73422: hue angle of 5.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D73422 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 52 34 -
CMYK 0 0.76 0.84 0.16
HSL 5.97º 0.73% 0.49% -
HSV(B) 5.97º 0.84% 0.84% -
XYZ 29.54 17.02 3.24 -
YUV 98.69 91.5 210.96 -
System Red Green Blue C M Y K H S L
Decimal 215 52 34 0 0.76 0.84 0.16 5.97 0.73 0.49
Hex D7 34 22 0 4C 54 10 6 49 31
Octal 327 64 42 0 114 124 20 6 111 61
Binary 11010111 110100 100010 0 1001100 1010100 10000 110 1001001 110001

Color Harmonies of #D73422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73422

Black with #D73422

Text Example


Text Example

White with #D73422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73422; }

 p { color: rgb(215,52,34); }

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

background-color css

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

 a { background-color: rgb(215,52,34); }

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

border-color css

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

 span { border-color: rgb(215,52,34); }

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