Html Css Color HEX #D44719 Harley Davidson Orange

📋 copy color: '#D44719'

red 212 ◦ green 71 ◦ blue 25

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

Shades of Harley Davidson Orange #D44719

Tints of Harley Davidson Orange #D44719

RGB

 RED value IS 212 (83.2% from 255) = 68.83%

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 68.83%
G = 23.05%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D44719 (or 0xD44719) is known color: Harley Davidson Orange. HEX triplet: D4, 47 and 19. RGB value is (212,71,25). Sum of RGB (Red+Green+Blue) = 212+71+25=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D44719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44719 is #2BB8E6. Grayscale: #6C6C6C. Windows color (decimal): -2865383 or 1656788. OLE color: 1656788.

HSL color Cylindrical-coordinate representation of color #D44719: hue angle of 14.76º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D44719 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 71 25 -
CMYK 0 0.67 0.88 0.17
HSL 14.76º 0.79% 0.46% -
HSV(B) 14.76º 0.88% 0.83% -
XYZ 29.58 18.57 2.95 -
YUV 107.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 212 71 25 0 0.67 0.88 0.17 14.76 0.79 0.46
Hex D4 47 19 0 43 58 11 F 4F 2E
Octal 324 107 31 0 103 130 21 17 117 56
Binary 11010100 1000111 11001 0 1000011 1011000 10001 1111 1001111 101110

Color Harmonies of #D44719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44719

Black with #D44719

Text Example


Text Example

White with #D44719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44719; }

 p { color: rgb(212,71,25); }

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

background-color css

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

 a { background-color: rgb(212,71,25); }

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

border-color css

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

 span { border-color: rgb(212,71,25); }

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