Html Css Color HEX #DA2205 Harley Davidson Orange

📋 copy color: '#DA2205'

red 218 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #DA2205

Tints of Harley Davidson Orange #DA2205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 84.82%
G = 13.23%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA2205 (or 0xDA2205) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 05. RGB value is (218,34,5). Sum of RGB (Red+Green+Blue) = 218+34+5=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2205 is #25DDFA. Grayscale: #565656. Windows color (decimal): -2481659 or 336602. OLE color: 336602.

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

Color convert

RGB 218 34 5 -
CMYK 0 0.84 0.98 0.15
HSL 8.17º 0.96% 0.44% -
HSV(B) 8.17º 0.98% 0.85% -
XYZ 29.51 16.06 1.69 -
YUV 85.71 82.46 222.36 -
System Red Green Blue C M Y K H S L
Decimal 218 34 5 0 0.84 0.98 0.15 8.17 0.96 0.44
Hex DA 22 5 0 54 62 F 8 60 2C
Octal 332 42 5 0 124 142 17 10 140 54
Binary 11011010 100010 101 0 1010100 1100010 1111 1000 1100000 101100

Color Harmonies of #DA2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2205

Black with #DA2205

Text Example


Text Example

White with #DA2205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2205; }

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

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

background-color css

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

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

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

border-color css

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

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

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