Html Css Color HEX #DA1B09 Harley Davidson Orange

📋 copy color: '#DA1B09'

red 218 ◦ green 27 ◦ blue 9

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

Shades of Harley Davidson Orange #DA1B09

Tints of Harley Davidson Orange #DA1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

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

R = 85.83%
G = 10.63%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA1B09 (or 0xDA1B09) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 09. RGB value is (218,27,9). Sum of RGB (Red+Green+Blue) = 218+27+9=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B09 is #25E4F6. Grayscale: #525252. Windows color (decimal): -2483447 or 596954. OLE color: 596954.

HSL color Cylindrical-coordinate representation of color #DA1B09: hue angle of 5.17º 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 #DA1B09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 9 -
CMYK 0 0.88 0.96 0.15
HSL 5.17º 0.92% 0.45% -
HSV(B) 5.17º 0.96% 0.85% -
XYZ 29.35 15.71 1.74 -
YUV 82.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 218 27 9 0 0.88 0.96 0.15 5.17 0.92 0.45
Hex DA 1B 9 0 58 60 F 5 5C 2D
Octal 332 33 11 0 130 140 17 5 134 55
Binary 11011010 11011 1001 0 1011000 1100000 1111 101 1011100 101101

Color Harmonies of #DA1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B09

Black with #DA1B09

Text Example


Text Example

White with #DA1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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