Html Css Color HEX #DA2217 Harley Davidson Orange

📋 copy color: '#DA2217'

red 218 ◦ green 34 ◦ blue 23

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

Shades of Harley Davidson Orange #DA2217

Tints of Harley Davidson Orange #DA2217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

 BLUE value IS 23 (9.38% from 255) = 8.36%

R = 79.27%
G = 12.36%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2217 (or 0xDA2217) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 17. RGB value is (218,34,23). Sum of RGB (Red+Green+Blue) = 218+34+23=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2217 is #25DDE8. Grayscale: #575757. Windows color (decimal): -2481641 or 1516250. OLE color: 1516250.

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

Color convert

RGB 218 34 23 -
CMYK 0 0.84 0.89 0.15
HSL 3.38º 0.81% 0.47% -
HSV(B) 3.38º 0.89% 0.85% -
XYZ 29.64 16.11 2.36 -
YUV 87.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 218 34 23 0 0.84 0.89 0.15 3.38 0.81 0.47
Hex DA 22 17 0 54 59 F 3 51 2F
Octal 332 42 27 0 124 131 17 3 121 57
Binary 11011010 100010 10111 0 1010100 1011001 1111 11 1010001 101111

Color Harmonies of #DA2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2217

Black with #DA2217

Text Example


Text Example

White with #DA2217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2217; }

 p { color: rgb(218,34,23); }

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

background-color css

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

 a { background-color: rgb(218,34,23); }

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

border-color css

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

 span { border-color: rgb(218,34,23); }

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