Html Css Color HEX #D44813 Harley Davidson Orange

📋 copy color: '#D44813'

red 212 ◦ green 72 ◦ blue 19

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

Shades of Harley Davidson Orange #D44813

Tints of Harley Davidson Orange #D44813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 69.97%
G = 23.76%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D44813 (or 0xD44813) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 13. RGB value is (212,72,19). Sum of RGB (Red+Green+Blue) = 212+72+19=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D44813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44813 is #2BB7EC. Grayscale: #6C6C6C. Windows color (decimal): -2865133 or 1263828. OLE color: 1263828.

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

Color convert

RGB 212 72 19 -
CMYK 0 0.66 0.91 0.17
HSL 16.48º 0.84% 0.45% -
HSV(B) 16.48º 0.91% 0.83% -
XYZ 29.59 18.68 2.66 -
YUV 107.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 212 72 19 0 0.66 0.91 0.17 16.48 0.84 0.45
Hex D4 48 13 0 42 5B 11 10 54 2D
Octal 324 110 23 0 102 133 21 20 124 55
Binary 11010100 1001000 10011 0 1000010 1011011 10001 10000 1010100 101101

Color Harmonies of #D44813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44813

Black with #D44813

Text Example


Text Example

White with #D44813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44813; }

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

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

background-color css

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

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

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

border-color css

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

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

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