Html Css Color HEX #DA3218 Harley Davidson Orange

📋 copy color: '#DA3218'

red 218 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #DA3218

Tints of Harley Davidson Orange #DA3218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 74.66%
G = 17.12%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3218 (or 0xDA3218) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 18. RGB value is (218,50,24). Sum of RGB (Red+Green+Blue) = 218+50+24=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3218 is #25CDE7. Grayscale: #616161. Windows color (decimal): -2477544 or 1585882. OLE color: 1585882.

HSL color Cylindrical-coordinate representation of color #DA3218: hue angle of 8.04º degrees, saturation: 0.8, 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 #DA3218 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 24 -
CMYK 0 0.77 0.89 0.15
HSL 8.04º 0.8% 0.47% -
HSV(B) 8.04º 0.89% 0.85% -
XYZ 30.22 17.25 2.6 -
YUV 97.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 218 50 24 0 0.77 0.89 0.15 8.04 0.8 0.47
Hex DA 32 18 0 4D 59 F 8 50 2F
Octal 332 62 30 0 115 131 17 10 120 57
Binary 11011010 110010 11000 0 1001101 1011001 1111 1000 1010000 101111

Color Harmonies of #DA3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3218

Black with #DA3218

Text Example


Text Example

White with #DA3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3218; }

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

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

background-color css

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

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

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

border-color css

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

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

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