Html Css Color HEX #DA420F Harley Davidson Orange

📋 copy color: '#DA420F'

red 218 ◦ green 66 ◦ blue 15

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

Shades of Harley Davidson Orange #DA420F

Tints of Harley Davidson Orange #DA420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 72.91%
G = 22.07%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA420F (or 0xDA420F) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 0F. RGB value is (218,66,15). Sum of RGB (Red+Green+Blue) = 218+66+15=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA420F is #25BDF0. Grayscale: #696969. Windows color (decimal): -2473457 or 1000154. OLE color: 1000154.

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

Color convert

RGB 218 66 15 -
CMYK 0 0.70 0.93 0.15
HSL 15.07º 0.87% 0.46% -
HSV(B) 15.07º 0.93% 0.85% -
XYZ 30.95 18.84 2.46 -
YUV 105.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 218 66 15 0 0.70 0.93 0.15 15.07 0.87 0.46
Hex DA 42 F 0 46 5D F F 57 2E
Octal 332 102 17 0 106 135 17 17 127 56
Binary 11011010 1000010 1111 0 1000110 1011101 1111 1111 1010111 101110

Color Harmonies of #DA420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA420F

Black with #DA420F

Text Example


Text Example

White with #DA420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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