Html Css Color HEX #DA1F15 Harley Davidson Orange

📋 copy color: '#DA1F15'

red 218 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #DA1F15

Tints of Harley Davidson Orange #DA1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.48%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 80.74%
G = 11.48%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1F15 (or 0xDA1F15) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 15. RGB value is (218,31,21). Sum of RGB (Red+Green+Blue) = 218+31+21=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F15 is #25E0EA. Grayscale: #565656. Windows color (decimal): -2482411 or 1384410. OLE color: 1384410.

HSL color Cylindrical-coordinate representation of color #DA1F15: hue angle of 3.05º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1F15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 31 21 -
CMYK 0 0.86 0.90 0.15
HSL 3.05º 0.82% 0.47% -
HSV(B) 3.05º 0.9% 0.85% -
XYZ 29.54 15.94 2.23 -
YUV 85.77 91.45 222.31 -
System Red Green Blue C M Y K H S L
Decimal 218 31 21 0 0.86 0.90 0.15 3.05 0.82 0.47
Hex DA 1F 15 0 56 5A F 3 52 2F
Octal 332 37 25 0 126 132 17 3 122 57
Binary 11011010 11111 10101 0 1010110 1011010 1111 11 1010010 101111

Color Harmonies of #DA1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F15

Black with #DA1F15

Text Example


Text Example

White with #DA1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F15; }

 p { color: rgb(218,31,21); }

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

background-color css

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

 a { background-color: rgb(218,31,21); }

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

border-color css

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

 span { border-color: rgb(218,31,21); }

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