Html Css Color HEX #D44C19 Harley Davidson Orange

📋 copy color: '#D44C19'

red 212 ◦ green 76 ◦ blue 25

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

Shades of Harley Davidson Orange #D44C19

Tints of Harley Davidson Orange #D44C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 67.73%
G = 24.28%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D44C19 (or 0xD44C19) is known color: Harley Davidson Orange. HEX triplet: D4, 4C and 19. RGB value is (212,76,25). Sum of RGB (Red+Green+Blue) = 212+76+25=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44C19 is #2BB3E6. Grayscale: #6F6F6F. Windows color (decimal): -2864103 or 1658068. OLE color: 1658068.

HSL color Cylindrical-coordinate representation of color #D44C19: hue angle of 16.36º 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 #D44C19 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 76 25 -
CMYK 0 0.64 0.88 0.17
HSL 16.36º 0.79% 0.46% -
HSV(B) 16.36º 0.88% 0.83% -
XYZ 29.91 19.24 3.06 -
YUV 110.85 79.56 200.15 -
System Red Green Blue C M Y K H S L
Decimal 212 76 25 0 0.64 0.88 0.17 16.36 0.79 0.46
Hex D4 4C 19 0 40 58 11 10 4F 2E
Octal 324 114 31 0 100 130 21 20 117 56
Binary 11010100 1001100 11001 0 1000000 1011000 10001 10000 1001111 101110

Color Harmonies of #D44C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44C19

Black with #D44C19

Text Example


Text Example

White with #D44C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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