Html Css Color HEX #DA3221 Harley Davidson Orange

📋 copy color: '#DA3221'

red 218 ◦ green 50 ◦ blue 33

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

Shades of Harley Davidson Orange #DA3221

Tints of Harley Davidson Orange #DA3221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 72.43%
G = 16.61%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA3221 (or 0xDA3221) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 21. RGB value is (218,50,33). Sum of RGB (Red+Green+Blue) = 218+50+33=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3221 is #25CDDE. Grayscale: #626262. Windows color (decimal): -2477535 or 2175706. OLE color: 2175706.

HSL color Cylindrical-coordinate representation of color #DA3221: hue angle of 5.51º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA3221 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 33 -
CMYK 0 0.77 0.85 0.15
HSL 5.51º 0.74% 0.49% -
HSV(B) 5.51º 0.85% 0.85% -
XYZ 30.33 17.3 3.18 -
YUV 98.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 218 50 33 0 0.77 0.85 0.15 5.51 0.74 0.49
Hex DA 32 21 0 4D 55 F 6 4A 31
Octal 332 62 41 0 115 125 17 6 112 61
Binary 11011010 110010 100001 0 1001101 1010101 1111 110 1001010 110001

Color Harmonies of #DA3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3221

Black with #DA3221

Text Example


Text Example

White with #DA3221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3221; }

 p { color: rgb(218,50,33); }

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

background-color css

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

 a { background-color: rgb(218,50,33); }

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

border-color css

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

 span { border-color: rgb(218,50,33); }

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