Html Css Color HEX #DA2716 Harley Davidson Orange

📋 copy color: '#DA2716'

red 218 ◦ green 39 ◦ blue 22

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

Shades of Harley Davidson Orange #DA2716

Tints of Harley Davidson Orange #DA2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 22 (8.98% from 255) = 7.89%

R = 78.14%
G = 13.98%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2716 (or 0xDA2716) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 16. RGB value is (218,39,22). Sum of RGB (Red+Green+Blue) = 218+39+22=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2716 is #25D8E9. Grayscale: #5A5A5A. Windows color (decimal): -2480362 or 1451994. OLE color: 1451994.

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

Color convert

RGB 218 39 22 -
CMYK 0 0.82 0.90 0.15
HSL 5.2º 0.82% 0.47% -
HSV(B) 5.2º 0.9% 0.85% -
XYZ 29.78 16.41 2.36 -
YUV 90.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 218 39 22 0 0.82 0.90 0.15 5.2 0.82 0.47
Hex DA 27 16 0 52 5A F 5 52 2F
Octal 332 47 26 0 122 132 17 5 122 57
Binary 11011010 100111 10110 0 1010010 1011010 1111 101 1010010 101111

Color Harmonies of #DA2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2716

Black with #DA2716

Text Example


Text Example

White with #DA2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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