Html Css Color HEX #DA3214 Harley Davidson Orange

📋 copy color: '#DA3214'

red 218 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #DA3214

Tints of Harley Davidson Orange #DA3214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 75.69%
G = 17.36%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3214 (or 0xDA3214) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 14. RGB value is (218,50,20). Sum of RGB (Red+Green+Blue) = 218+50+20=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3214 is #25CDEB. Grayscale: #616161. Windows color (decimal): -2477548 or 1323738. OLE color: 1323738.

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

Color convert

RGB 218 50 20 -
CMYK 0 0.77 0.91 0.15
HSL 9.09º 0.83% 0.47% -
HSV(B) 9.09º 0.91% 0.85% -
XYZ 30.18 17.24 2.4 -
YUV 96.81 84.66 214.44 -
System Red Green Blue C M Y K H S L
Decimal 218 50 20 0 0.77 0.91 0.15 9.09 0.83 0.47
Hex DA 32 14 0 4D 5B F 9 53 2F
Octal 332 62 24 0 115 133 17 11 123 57
Binary 11011010 110010 10100 0 1001101 1011011 1111 1001 1010011 101111

Color Harmonies of #DA3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3214

Black with #DA3214

Text Example


Text Example

White with #DA3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3214; }

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

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

background-color css

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

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

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

border-color css

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

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

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