Html Css Color HEX #DA1D18 Harley Davidson Orange

📋 copy color: '#DA1D18'

red 218 ◦ green 29 ◦ blue 24

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

Shades of Harley Davidson Orange #DA1D18

Tints of Harley Davidson Orange #DA1D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.86%

R = 80.44%
G = 10.7%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1D18 (or 0xDA1D18) is known color: Harley Davidson Orange. HEX triplet: DA, 1D and 18. RGB value is (218,29,24). Sum of RGB (Red+Green+Blue) = 218+29+24=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1D18 is #25E2E7. Grayscale: #555555. Windows color (decimal): -2482920 or 1580506. OLE color: 1580506.

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

Color convert

RGB 218 29 24 -
CMYK 0 0.87 0.89 0.15
HSL 1.55º 0.8% 0.47% -
HSV(B) 1.55º 0.89% 0.85% -
XYZ 29.52 15.85 2.37 -
YUV 84.94 93.62 222.91 -
System Red Green Blue C M Y K H S L
Decimal 218 29 24 0 0.87 0.89 0.15 1.55 0.8 0.47
Hex DA 1D 18 0 57 59 F 2 50 2F
Octal 332 35 30 0 127 131 17 2 120 57
Binary 11011010 11101 11000 0 1010111 1011001 1111 10 1010000 101111

Color Harmonies of #DA1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D18

Black with #DA1D18

Text Example


Text Example

White with #DA1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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