Html Css Color HEX #DA1A05 Harley Davidson Orange

📋 copy color: '#DA1A05'

red 218 ◦ green 26 ◦ blue 5

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

Shades of Harley Davidson Orange #DA1A05

Tints of Harley Davidson Orange #DA1A05

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 87.55%
G = 10.44%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA1A05 (or 0xDA1A05) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 05. RGB value is (218,26,5). Sum of RGB (Red+Green+Blue) = 218+26+5=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A05 is #25E5FA. Grayscale: #515151. Windows color (decimal): -2483707 or 334554. OLE color: 334554.

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

Color convert

RGB 218 26 5 -
CMYK 0 0.88 0.98 0.15
HSL 5.92º 0.96% 0.44% -
HSV(B) 5.92º 0.98% 0.85% -
XYZ 29.31 15.66 1.62 -
YUV 81.01 85.11 225.71 -
System Red Green Blue C M Y K H S L
Decimal 218 26 5 0 0.88 0.98 0.15 5.92 0.96 0.44
Hex DA 1A 5 0 58 62 F 6 60 2C
Octal 332 32 5 0 130 142 17 6 140 54
Binary 11011010 11010 101 0 1011000 1100010 1111 110 1100000 101100

Color Harmonies of #DA1A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A05

Black with #DA1A05

Text Example


Text Example

White with #DA1A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A05; }

 p { color: rgb(218,26,5); }

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

background-color css

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

 a { background-color: rgb(218,26,5); }

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

border-color css

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

 span { border-color: rgb(218,26,5); }

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