Html Css Color HEX #DA4416 Harley Davidson Orange

📋 copy color: '#DA4416'

red 218 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #DA4416

Tints of Harley Davidson Orange #DA4416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 70.78%
G = 22.08%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4416 (or 0xDA4416) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 16. RGB value is (218,68,22). Sum of RGB (Red+Green+Blue) = 218+68+22=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4416 is #25BBE9. Grayscale: #6B6B6B. Windows color (decimal): -2472938 or 1459418. OLE color: 1459418.

HSL color Cylindrical-coordinate representation of color #DA4416: hue angle of 14.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA4416 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 22 -
CMYK 0 0.69 0.90 0.15
HSL 14.08º 0.82% 0.47% -
HSV(B) 14.08º 0.9% 0.85% -
XYZ 31.13 19.1 2.8 -
YUV 107.61 79.7 206.74 -
System Red Green Blue C M Y K H S L
Decimal 218 68 22 0 0.69 0.90 0.15 14.08 0.82 0.47
Hex DA 44 16 0 45 5A F E 52 2F
Octal 332 104 26 0 105 132 17 16 122 57
Binary 11011010 1000100 10110 0 1000101 1011010 1111 1110 1010010 101111

Color Harmonies of #DA4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4416

Black with #DA4416

Text Example


Text Example

White with #DA4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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