Html Css Color HEX #DA1D09 Harley Davidson Orange

📋 copy color: '#DA1D09'

red 218 ◦ green 29 ◦ blue 9

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

Shades of Harley Davidson Orange #DA1D09

Tints of Harley Davidson Orange #DA1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 85.16%
G = 11.33%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA1D09 (or 0xDA1D09) is known color: Harley Davidson Orange. HEX triplet: DA, 1D and 09. RGB value is (218,29,9). Sum of RGB (Red+Green+Blue) = 218+29+9=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1D09 is #25E2F6. Grayscale: #535353. Windows color (decimal): -2482935 or 597466. OLE color: 597466.

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

Color convert

RGB 218 29 9 -
CMYK 0 0.87 0.96 0.15
HSL 5.74º 0.92% 0.45% -
HSV(B) 5.74º 0.96% 0.85% -
XYZ 29.4 15.8 1.76 -
YUV 83.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 218 29 9 0 0.87 0.96 0.15 5.74 0.92 0.45
Hex DA 1D 9 0 57 60 F 6 5C 2D
Octal 332 35 11 0 127 140 17 6 134 55
Binary 11011010 11101 1001 0 1010111 1100000 1111 110 1011100 101101

Color Harmonies of #DA1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D09

Black with #DA1D09

Text Example


Text Example

White with #DA1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D09; }

 p { color: rgb(218,29,9); }

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

background-color css

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

 a { background-color: rgb(218,29,9); }

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

border-color css

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

 span { border-color: rgb(218,29,9); }

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