Html Css Color HEX #D44613 Harley Davidson Orange

📋 copy color: '#D44613'

red 212 ◦ green 70 ◦ blue 19

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

Shades of Harley Davidson Orange #D44613

Tints of Harley Davidson Orange #D44613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 70.43%
G = 23.26%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D44613 (or 0xD44613) is known color: Harley Davidson Orange. HEX triplet: D4, 46 and 13. RGB value is (212,70,19). Sum of RGB (Red+Green+Blue) = 212+70+19=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D44613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44613 is #2BB9EC. Grayscale: #6A6A6A. Windows color (decimal): -2865645 or 1263316. OLE color: 1263316.

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

Color convert

RGB 212 70 19 -
CMYK 0 0.67 0.91 0.17
HSL 15.85º 0.84% 0.45% -
HSV(B) 15.85º 0.91% 0.83% -
XYZ 29.46 18.42 2.62 -
YUV 106.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 212 70 19 0 0.67 0.91 0.17 15.85 0.84 0.45
Hex D4 46 13 0 43 5B 11 10 54 2D
Octal 324 106 23 0 103 133 21 20 124 55
Binary 11010100 1000110 10011 0 1000011 1011011 10001 10000 1010100 101101

Color Harmonies of #D44613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44613

Black with #D44613

Text Example


Text Example

White with #D44613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44613; }

 p { color: rgb(212,70,19); }

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

background-color css

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

 a { background-color: rgb(212,70,19); }

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

border-color css

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

 span { border-color: rgb(212,70,19); }

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