Html Css Color HEX #DA4413 Harley Davidson Orange

📋 copy color: '#DA4413'

red 218 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #DA4413

Tints of Harley Davidson Orange #DA4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

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

R = 71.48%
G = 22.3%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4413 (or 0xDA4413) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 13. RGB value is (218,68,19). Sum of RGB (Red+Green+Blue) = 218+68+19=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4413 is #25BBEC. Grayscale: #6B6B6B. Windows color (decimal): -2472941 or 1262810. OLE color: 1262810.

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

Color convert

RGB 218 68 19 -
CMYK 0 0.69 0.91 0.15
HSL 14.77º 0.84% 0.46% -
HSV(B) 14.77º 0.91% 0.85% -
XYZ 31.1 19.09 2.66 -
YUV 107.26 78.2 206.98 -
System Red Green Blue C M Y K H S L
Decimal 218 68 19 0 0.69 0.91 0.15 14.77 0.84 0.46
Hex DA 44 13 0 45 5B F F 54 2E
Octal 332 104 23 0 105 133 17 17 124 56
Binary 11011010 1000100 10011 0 1000101 1011011 1111 1111 1010100 101110

Color Harmonies of #DA4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4413

Black with #DA4413

Text Example


Text Example

White with #DA4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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