Html Css Color HEX #DA411C Harley Davidson Orange

📋 copy color: '#DA411C'

red 218 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #DA411C

Tints of Harley Davidson Orange #DA411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 70.1%
G = 20.9%
B = 9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA411C (or 0xDA411C) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 1C. RGB value is (218,65,28). Sum of RGB (Red+Green+Blue) = 218+65+28=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA411C is #25BEE3. Grayscale: #6A6A6A. Windows color (decimal): -2473700 or 1851866. OLE color: 1851866.

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

Color convert

RGB 218 65 28 -
CMYK 0 0.70 0.87 0.15
HSL 11.68º 0.77% 0.48% -
HSV(B) 11.68º 0.87% 0.85% -
XYZ 31.01 18.77 3.09 -
YUV 106.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 218 65 28 0 0.70 0.87 0.15 11.68 0.77 0.48
Hex DA 41 1C 0 46 57 F C 4D 30
Octal 332 101 34 0 106 127 17 14 115 60
Binary 11011010 1000001 11100 0 1000110 1010111 1111 1100 1001101 110000

Color Harmonies of #DA411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA411C

Black with #DA411C

Text Example


Text Example

White with #DA411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA411C; }

 p { color: rgb(218,65,28); }

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

background-color css

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

 a { background-color: rgb(218,65,28); }

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

border-color css

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

 span { border-color: rgb(218,65,28); }

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