Html Css Color HEX #DA2316 Harley Davidson Orange

📋 copy color: '#DA2316'

red 218 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #DA2316

Tints of Harley Davidson Orange #DA2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

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

R = 79.27%
G = 12.73%
B = 8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2316 (or 0xDA2316) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 16. RGB value is (218,35,22). Sum of RGB (Red+Green+Blue) = 218+35+22=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2316 is #25DCE9. Grayscale: #585858. Windows color (decimal): -2481386 or 1450970. OLE color: 1450970.

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

Color convert

RGB 218 35 22 -
CMYK 0 0.84 0.90 0.15
HSL 3.98º 0.82% 0.47% -
HSV(B) 3.98º 0.9% 0.85% -
XYZ 29.66 16.17 2.32 -
YUV 88.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 218 35 22 0 0.84 0.90 0.15 3.98 0.82 0.47
Hex DA 23 16 0 54 5A F 4 52 2F
Octal 332 43 26 0 124 132 17 4 122 57
Binary 11011010 100011 10110 0 1010100 1011010 1111 100 1010010 101111

Color Harmonies of #DA2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2316

Black with #DA2316

Text Example


Text Example

White with #DA2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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