Html Css Color HEX #DA380C Harley Davidson Orange

📋 copy color: '#DA380C'

red 218 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #DA380C

Tints of Harley Davidson Orange #DA380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

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

R = 76.22%
G = 19.58%
B = 4.2%

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

#DA380C (or 0xDA380C) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 0C. RGB value is (218,56,12). Sum of RGB (Red+Green+Blue) = 218+56+12=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA380C is #25C7F3. Grayscale: #636363. Windows color (decimal): -2476020 or 800986. OLE color: 800986.

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

Color convert

RGB 218 56 12 -
CMYK 0 0.74 0.94 0.15
HSL 12.82º 0.9% 0.45% -
HSV(B) 12.82º 0.94% 0.85% -
XYZ 30.39 17.76 2.17 -
YUV 99.42 78.67 212.58 -
System Red Green Blue C M Y K H S L
Decimal 218 56 12 0 0.74 0.94 0.15 12.82 0.9 0.45
Hex DA 38 C 0 4A 5E F D 5A 2D
Octal 332 70 14 0 112 136 17 15 132 55
Binary 11011010 111000 1100 0 1001010 1011110 1111 1101 1011010 101101

Color Harmonies of #DA380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA380C

Black with #DA380C

Text Example


Text Example

White with #DA380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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