Html Css Color HEX #DA390C Harley Davidson Orange

📋 copy color: '#DA390C'

red 218 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #DA390C

Tints of Harley Davidson Orange #DA390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 75.96%
G = 19.86%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA390C (or 0xDA390C) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 0C. RGB value is (218,57,12). Sum of RGB (Red+Green+Blue) = 218+57+12=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA390C is #25C6F3. Grayscale: #646464. Windows color (decimal): -2475764 or 801242. OLE color: 801242.

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

Color convert

RGB 218 57 12 -
CMYK 0 0.74 0.94 0.15
HSL 13.11º 0.9% 0.45% -
HSV(B) 13.11º 0.94% 0.85% -
XYZ 30.44 17.86 2.19 -
YUV 100.01 78.34 212.16 -
System Red Green Blue C M Y K H S L
Decimal 218 57 12 0 0.74 0.94 0.15 13.11 0.9 0.45
Hex DA 39 C 0 4A 5E F D 5A 2D
Octal 332 71 14 0 112 136 17 15 132 55
Binary 11011010 111001 1100 0 1001010 1011110 1111 1101 1011010 101101

Color Harmonies of #DA390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA390C

Black with #DA390C

Text Example


Text Example

White with #DA390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA390C; }

 p { color: rgb(218,57,12); }

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

background-color css

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

 a { background-color: rgb(218,57,12); }

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

border-color css

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

 span { border-color: rgb(218,57,12); }

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