Html Css Color HEX #DA1514 Harley Davidson Orange

📋 copy color: '#DA1514'

red 218 ◦ green 21 ◦ blue 20

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

Shades of Harley Davidson Orange #DA1514

Tints of Harley Davidson Orange #DA1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 84.17%
G = 8.11%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA1514 (or 0xDA1514) is known color: Harley Davidson Orange. HEX triplet: DA, 15 and 14. RGB value is (218,21,20). Sum of RGB (Red+Green+Blue) = 218+21+20=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1514 is #25EAEB. Grayscale: #4F4F4F. Windows color (decimal): -2484972 or 1316314. OLE color: 1316314.

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

Color convert

RGB 218 21 20 -
CMYK 0 0.90 0.91 0.15
HSL 0.3º 0.83% 0.47% -
HSV(B) 0.3º 0.91% 0.85% -
XYZ 29.31 15.49 2.11 -
YUV 79.79 94.27 226.58 -
System Red Green Blue C M Y K H S L
Decimal 218 21 20 0 0.90 0.91 0.15 0.3 0.83 0.47
Hex DA 15 14 0 5A 5B F 0 53 2F
Octal 332 25 24 0 132 133 17 0 123 57
Binary 11011010 10101 10100 0 1011010 1011011 1111 0 1010011 101111

Color Harmonies of #DA1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1514

Black with #DA1514

Text Example


Text Example

White with #DA1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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