Html Css Color HEX #DA4214 Harley Davidson Orange

📋 copy color: '#DA4214'

red 218 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #DA4214

Tints of Harley Davidson Orange #DA4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 71.71%
G = 21.71%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4214 (or 0xDA4214) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 14. RGB value is (218,66,20). Sum of RGB (Red+Green+Blue) = 218+66+20=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4214 is #25BDEB. Grayscale: #6A6A6A. Windows color (decimal): -2473452 or 1327834. OLE color: 1327834.

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

Color convert

RGB 218 66 20 -
CMYK 0 0.70 0.91 0.15
HSL 13.94º 0.83% 0.47% -
HSV(B) 13.94º 0.91% 0.85% -
XYZ 30.99 18.85 2.67 -
YUV 106.2 79.36 207.74 -
System Red Green Blue C M Y K H S L
Decimal 218 66 20 0 0.70 0.91 0.15 13.94 0.83 0.47
Hex DA 42 14 0 46 5B F E 53 2F
Octal 332 102 24 0 106 133 17 16 123 57
Binary 11011010 1000010 10100 0 1000110 1011011 1111 1110 1010011 101111

Color Harmonies of #DA4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4214

Black with #DA4214

Text Example


Text Example

White with #DA4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4214; }

 p { color: rgb(218,66,20); }

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

background-color css

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

 a { background-color: rgb(218,66,20); }

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

border-color css

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

 span { border-color: rgb(218,66,20); }

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