Html Css Color HEX #DA4813 Harley Davidson Orange

📋 copy color: '#DA4813'

red 218 ◦ green 72 ◦ blue 19

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

Shades of Harley Davidson Orange #DA4813

Tints of Harley Davidson Orange #DA4813

RGB

 RED value IS 218 (85.55% from 255) = 70.55%

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

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

R = 70.55%
G = 23.3%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4813 (or 0xDA4813) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 13. RGB value is (218,72,19). Sum of RGB (Red+Green+Blue) = 218+72+19=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4813 is #25B7EC. Grayscale: #6D6D6D. Windows color (decimal): -2471917 or 1263834. OLE color: 1263834.

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

Color convert

RGB 218 72 19 -
CMYK 0 0.67 0.91 0.15
HSL 15.98º 0.84% 0.46% -
HSV(B) 15.98º 0.91% 0.85% -
XYZ 31.35 19.59 2.74 -
YUV 109.61 76.87 205.31 -
System Red Green Blue C M Y K H S L
Decimal 218 72 19 0 0.67 0.91 0.15 15.98 0.84 0.46
Hex DA 48 13 0 43 5B F 10 54 2E
Octal 332 110 23 0 103 133 17 20 124 56
Binary 11011010 1001000 10011 0 1000011 1011011 1111 10000 1010100 101110

Color Harmonies of #DA4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4813

Black with #DA4813

Text Example


Text Example

White with #DA4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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