Html Css Color HEX #DA420C Harley Davidson Orange

📋 copy color: '#DA420C'

red 218 ◦ green 66 ◦ blue 12

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

Shades of Harley Davidson Orange #DA420C

Tints of Harley Davidson Orange #DA420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.05%

R = 73.65%
G = 22.3%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA420C (or 0xDA420C) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 0C. RGB value is (218,66,12). Sum of RGB (Red+Green+Blue) = 218+66+12=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA420C is #25BDF3. Grayscale: #696969. Windows color (decimal): -2473460 or 803546. OLE color: 803546.

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

Color convert

RGB 218 66 12 -
CMYK 0 0.70 0.94 0.15
HSL 15.73º 0.9% 0.45% -
HSV(B) 15.73º 0.94% 0.85% -
XYZ 30.93 18.83 2.35 -
YUV 105.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 218 66 12 0 0.70 0.94 0.15 15.73 0.9 0.45
Hex DA 42 C 0 46 5E F 10 5A 2D
Octal 332 102 14 0 106 136 17 20 132 55
Binary 11011010 1000010 1100 0 1000110 1011110 1111 10000 1011010 101101

Color Harmonies of #DA420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA420C

Black with #DA420C

Text Example


Text Example

White with #DA420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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