Html Css Color HEX #DA420B Harley Davidson Orange

📋 copy color: '#DA420B'

red 218 ◦ green 66 ◦ blue 11

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

Shades of Harley Davidson Orange #DA420B

Tints of Harley Davidson Orange #DA420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 73.9%
G = 22.37%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA420B (or 0xDA420B) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 0B. RGB value is (218,66,11). Sum of RGB (Red+Green+Blue) = 218+66+11=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA420B is #25BDF4. Grayscale: #696969. Windows color (decimal): -2473461 or 738010. OLE color: 738010.

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

Color convert

RGB 218 66 11 -
CMYK 0 0.70 0.95 0.15
HSL 15.94º 0.9% 0.45% -
HSV(B) 15.94º 0.95% 0.85% -
XYZ 30.92 18.83 2.32 -
YUV 105.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 218 66 11 0 0.70 0.95 0.15 15.94 0.9 0.45
Hex DA 42 B 0 46 5F F 10 5A 2D
Octal 332 102 13 0 106 137 17 20 132 55
Binary 11011010 1000010 1011 0 1000110 1011111 1111 10000 1011010 101101

Color Harmonies of #DA420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA420B

Black with #DA420B

Text Example


Text Example

White with #DA420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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