Html Css Color HEX #D74121 Harley Davidson Orange

📋 copy color: '#D74121'

red 215 ◦ green 65 ◦ blue 33

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

Shades of Harley Davidson Orange #D74121

Tints of Harley Davidson Orange #D74121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 68.69%
G = 20.77%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D74121 (or 0xD74121) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 21. RGB value is (215,65,33). Sum of RGB (Red+Green+Blue) = 215+65+33=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D74121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74121 is #28BEDE. Grayscale: #6A6A6A. Windows color (decimal): -2670303 or 2179543. OLE color: 2179543.

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

Color convert

RGB 215 65 33 -
CMYK 0 0.70 0.85 0.16
HSL 10.55º 0.73% 0.49% -
HSV(B) 10.55º 0.85% 0.84% -
XYZ 30.19 18.34 3.39 -
YUV 106.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 215 65 33 0 0.70 0.85 0.16 10.55 0.73 0.49
Hex D7 41 21 0 46 55 10 B 49 31
Octal 327 101 41 0 106 125 20 13 111 61
Binary 11010111 1000001 100001 0 1000110 1010101 10000 1011 1001001 110001

Color Harmonies of #D74121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74121

Black with #D74121

Text Example


Text Example

White with #D74121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74121; }

 p { color: rgb(215,65,33); }

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

background-color css

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

 a { background-color: rgb(215,65,33); }

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

border-color css

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

 span { border-color: rgb(215,65,33); }

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