Html Css Color HEX #DA2204 Harley Davidson Orange

📋 copy color: '#DA2204'

red 218 ◦ green 34 ◦ blue 4

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

Shades of Harley Davidson Orange #DA2204

Tints of Harley Davidson Orange #DA2204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 85.16%
G = 13.28%
B = 1.56%

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

#DA2204 (or 0xDA2204) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 04. RGB value is (218,34,4). Sum of RGB (Red+Green+Blue) = 218+34+4=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2204 is #25DDFB. Grayscale: #555555. Windows color (decimal): -2481660 or 271066. OLE color: 271066.

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

Color convert

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

Color Harmonies of #DA2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2204

Black with #DA2204

Text Example


Text Example

White with #DA2204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2204; }

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

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

background-color css

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

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

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

border-color css

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

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

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