Html Css Color HEX #DA1615 Harley Davidson Orange

📋 copy color: '#DA1615'

red 218 ◦ green 22 ◦ blue 21

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

Shades of Harley Davidson Orange #DA1615

Tints of Harley Davidson Orange #DA1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

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

R = 83.52%
G = 8.43%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1615 (or 0xDA1615) is known color: Harley Davidson Orange. HEX triplet: DA, 16 and 15. RGB value is (218,22,21). Sum of RGB (Red+Green+Blue) = 218+22+21=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1615 is #25E9EA. Grayscale: #505050. Windows color (decimal): -2484715 or 1382106. OLE color: 1382106.

HSL color Cylindrical-coordinate representation of color #DA1615: hue angle of 0.3º 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 #DA1615 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 21 -
CMYK 0 0.90 0.90 0.15
HSL 0.3º 0.82% 0.47% -
HSV(B) 0.3º 0.9% 0.85% -
XYZ 29.34 15.53 2.16 -
YUV 80.49 94.43 226.08 -
System Red Green Blue C M Y K H S L
Decimal 218 22 21 0 0.90 0.90 0.15 0.3 0.82 0.47
Hex DA 16 15 0 5A 5A F 0 52 2F
Octal 332 26 25 0 132 132 17 0 122 57
Binary 11011010 10110 10101 0 1011010 1011010 1111 0 1010010 101111

Color Harmonies of #DA1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1615

Black with #DA1615

Text Example


Text Example

White with #DA1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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