Html Css Color HEX #DA1B19 Harley Davidson Orange

📋 copy color: '#DA1B19'

red 218 ◦ green 27 ◦ blue 25

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

Shades of Harley Davidson Orange #DA1B19

Tints of Harley Davidson Orange #DA1B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 80.74%
G = 10%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1B19 (or 0xDA1B19) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 19. RGB value is (218,27,25). Sum of RGB (Red+Green+Blue) = 218+27+25=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B19 is #25E4E6. Grayscale: #545454. Windows color (decimal): -2483431 or 1645530. OLE color: 1645530.

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

Color convert

RGB 218 27 25 -
CMYK 0 0.88 0.89 0.15
HSL 0.62º 0.79% 0.48% -
HSV(B) 0.62º 0.89% 0.85% -
XYZ 29.48 15.76 2.41 -
YUV 83.88 94.78 223.66 -
System Red Green Blue C M Y K H S L
Decimal 218 27 25 0 0.88 0.89 0.15 0.62 0.79 0.48
Hex DA 1B 19 0 58 59 F 1 4F 30
Octal 332 33 31 0 130 131 17 1 117 60
Binary 11011010 11011 11001 0 1011000 1011001 1111 1 1001111 110000

Color Harmonies of #DA1B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B19

Black with #DA1B19

Text Example


Text Example

White with #DA1B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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